-
Notifications
You must be signed in to change notification settings - Fork 27
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
Allow to manage multiple masterkeyboards, select implicit and explicit routing #47
Comments
I guess when I start implementing routing, I'd need all the other features common there as well with channel mapping (that's explicit in the idea above), but also filtering/suppression of certain message types, maybe CC translation etc. Seems like a big thing. |
imho not worth it or the job of the DAW/Midi interface. that's at least how i use it ;-) |
Let's ditch this for a while, there is enough other work. |
I would find even the simplest form of CC remapping between master keyboard and individual adoptions very useful. Just so that I can remap the CCs for basics such as envelopes and filter controls. I can imagine this as not being as straightforward to implement due to having to somehow split the configuration into two parts, the adoption of masterkeyboard (synth) and the adoption of the target synth and while having them to link together. |
Currently, you can select only one masterkeyboard and then have different modes on which synth to route the MIDI to.
If there is already routing, KnobKraft won't help you much.
What I envision:
Show a list of all synths which have a keyboard. Show and allow to change which MIDI channel they send on.
Show a list of all synths/expanders which take MIDI notes. Show and allow to change which MIDI channel they receive on.
As the devices are already detected by the Orm, it could then offer a button "play this expander from this synth", making them match the MIDI channel and route the MIDI through the computer. Alternatively, if you already have a standalone MIDI patch bay like I have with the Motu midi express XT, you don't need the routing feature, just matching the MIDI channels suffices.
The text was updated successfully, but these errors were encountered: