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

Add a setting to change the vertical scrolling multiplier #369

Open
eigenvoid opened this issue Dec 24, 2024 · 1 comment
Open

Add a setting to change the vertical scrolling multiplier #369

eigenvoid opened this issue Dec 24, 2024 · 1 comment

Comments

@eigenvoid
Copy link

The hardcoded scrolling multiplier of 3 doesn't make much sense since most music has a time signature of n/4, so I think there should be a setting to adjust it to another value. I also think 2 would be a better default value.

Also, when playing around with the scrolling multiplier

mouseWheelParams.deltaY = wheelY * 3;

I found out that commit 9c9c9c0 makes it so that scrolling doesn't work properly with values other than 3. With a value of 2, scrolling up will scroll 2 lines, but scrolling down scrolls 3 lines.

@coderofsalvation
Copy link
Contributor

hm scrolling odd vs even values sounds a bit weird indeed.

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

2 participants