You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using dexed on Linux. When I scroll on the programselector it doesn't work the way it should. When I scroll down it jumps one program and then it jumps 2 programs each time I scroll. The same happens when I scroll up. This behavior is the same in the standalone program and in Reaper. I saw this in the previous version and in version 0.9.7.
It turns out these two lines are to blame in my case:
I'm using dexed on Linux. When I scroll on the programselector it doesn't work the way it should. When I scroll down it jumps one program and then it jumps 2 programs each time I scroll. The same happens when I scroll up. This behavior is the same in the standalone program and in Reaper. I saw this in the previous version and in version 0.9.7.
It turns out these two lines are to blame in my case:
dexed/Source/DXComponents.cpp
Line 452 in 482c8cd
dexed/Source/DXComponents.cpp
Line 460 in 482c8cd
If set
accum_wheel = 0;
on these lines this is resolved.Anybody else seeing this?
The text was updated successfully, but these errors were encountered: