-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Touchscreen support #527
Comments
Realistically dont think this will ever happen. I faked the events in the online version (running at https://cardinal.kx.studio/), perhaps that event mapping is good enough? I could try to port it over to desktop if it proves to work well, but more than that is very unlikely to happen. |
To be more specific, I believe the OP must have meant “multi-touch” support. Single-touch support works fine with pretty much everything. 🙂 That said, multi-touch support is unlikely. The OP could try a utility like touchegg and see if that helps, but I doubt it if the underlying multi-touch framework isn’t there. It would still only respond to a single touch at a time. 🙂 |
FYI I dont have a multi-touch device myself, nor feel the need for one. |
Context is Windows. Due to submodules being taken whole it's a bit of mess so it's faster to just ask, of these (all of whom fuddle with WM_MOUSEWHEEL in some fashion) who is the input lord that translates into mouse-wheel and shift + mousewheel that actually manifests?
I assume it's one of the juce files as the Zoom gesture is functioning correctly, it's the other gestures that are unimplemented. Two-finger drag is correctly being recognized (in that nothing funky happens) but it's just doing nothing because there's no implementation mapping that to scrolling left-right or up-down. |
You can fully ignore the carla and plugins dirs for this. |
the code to look into is |
Hey there!
I'd love to have support for touchscreen in Cardinal. I would be very happy if 2 finger gestures would allow to scroll into the rack to quickly navigate from one part of the patch to another. I'd be available to test that feature on Windows on a Surface Pro.
Support for stylus pen would be a nice addition but that's less important to me at least.
I tried to figure how to do that myself but found Cardinal barely usable with these tools.
Thanks :)
The text was updated successfully, but these errors were encountered: