Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling over the programselector doesn't work correctly #448

Open
rtega opened this issue Aug 11, 2024 · 0 comments
Open

Scrolling over the programselector doesn't work correctly #448

rtega opened this issue Aug 11, 2024 · 0 comments

Comments

@rtega
Copy link

rtega commented Aug 11, 2024

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:

accum_wheel -= sn * wheelFactor;

accum_wheel += sn * wheelFactor;

If set accum_wheel = 0; on these lines this is resolved.

Anybody else seeing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant