-
Notifications
You must be signed in to change notification settings - Fork 7
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
adding hotkeys #6
Comments
Hotkeys for what sort of thing? |
For navigating between nodes and adjusting parameters it triggering actions quickly. I want to use ingen for live looping with sooperlooper and such |
That's probably going to be quite some work (and mostly in ganv, which I hope to replace anyway), but it would be doable. I'd certainly like to see it, but navigation a graph by keyboard seems pretty tricky, even conceptually. Do you have any ideas of how you'd like this to work in mind (spatial, mnemonic, ...)? |
I'm doing it in ingen gui. I'm new to gui programming, but I'm down to give it a try. Most of the code can work in any program with the same basic node representation and GTK tools. Here's my plan (vim-like): (1) assign a number to each node Key combinations: |
I see. I would avoid popping up a window to display node numbers though, it would be really tedious to correlate with the node you're looking at and want to control. I think it would be better to draw labels on the nodes themselves. Maybe when some modifier is pressed, like the various keyboard navigation plugins for browsers. Not sure about numbers vs just using the existing human names somehow, but I guess it would be faster. |
Yeah but not all nodes are visible at all times. Maybe a modifier to show all nodes with names |
i want to use ingen for live mixing. is there a way to add hotkeys? or maybe i can add it in with a pr if you give me a boilerplate method to do so
The text was updated successfully, but these errors were encountered: