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
After getting a release out of Cardinal with f7b3fe4 in it, very soon after there came reports of scrolling now being too fast.
On this latest release I made it so the wheel/scroll is the same for all OSes.
I tested locally with a usb mouse and the same issue happens, though small wheel steps seem to behave correctly, only when scrolling a bit faster the "acceleration" makes the delta value go too high.
I can assume that is what you experienced and what your commit message refers to.
Issue is, and I can test with a trackpad, it is quite hard to make it move in very small steps and also very unintuitive.
We should see about a way to disable or reduce this acceleration, so it becomes consistent with other platforms.
Yeah maybe the speed can just be changed to that if you are on MacOS. Another idea that might be more complicated to implement would be to put in a scroll bar allowing the user to change the sensitivity to their liking. But I don't know how hard it would be to change the UI.
After getting a release out of Cardinal with f7b3fe4 in it, very soon after there came reports of scrolling now being too fast.
On this latest release I made it so the wheel/scroll is the same for all OSes.
See for the report
DISTRHO/Cardinal#712
I can reproduce locally, happens with a intel macbook trackpad, I think this is the 2020 model.
What did you use for your own testing?
The text was updated successfully, but these errors were encountered: