-
Notifications
You must be signed in to change notification settings - Fork 33
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
Mousewheel direction #1263
Comments
I picked it so it is identical to logic and audacity do you have wheel direction drags reversed in your os or some such? |
We should absolutely offer scrolling direction option (both vertical and horizontal scrolling). |
macOS has it as an os setting - shouldn’t we just follow that in Mac? |
Settings / mouse / natural scrolling basically |
Well ok then maybe no setting for macOS, but for Win/Lin for sure there would have to be IMO (touchpad vs mousewheel users have different expectations). |
- Dragging zones when zoomed takes zoom properly into account. Closes surge-synthesizer#1265 - Zoom speed is proportional to window. Closes surge-synthesizer#1266 - Mouse wheel zoom gesture with shift and shift/alt inverted. Addresses surge-synthesizer#1263
Ok back at the studio and tested with my mouse now. The mousewheel does nothing at all! Can't get it to zoom or scroll regardless of key combinations. |
Oh, not quite true actually. It does vertical scroll if I first zoom in vertically with the mousepad. |
https://github.com/surge-synthesizer/sst-jucegui/blob/e321b9b6d6b298d9d2aed9f459a4a2ae8a540b8a/include/sst/jucegui/components/ZoomContainer.h#L107 when I do a wheel like gesture in my track pad with shift or shift alt held down it does work I would start with a a print there tbh |
It's going the wrong way for me now (on MBP trackpad). Maybe add a reverse switch in a menu somewhere?
The text was updated successfully, but these errors were encountered: