-
Notifications
You must be signed in to change notification settings - Fork 6
Support multiple input/output devices #25
Copy link
Copy link
Open
Labels
Description
Exotic feature, but in the case where one has multiple midi devices, it might be interesting to support being connected to multiple midi devices as well.
As long as the midi controllers have non-overlapping configurations with regards to CC/NRPN channels/codes it should be no problem.
Would require associating a Controller with an input/output device so that when updating the controller value (setting midi controller value on the output device) we know which device to send to.
Naive implementation could just assume no overlap. If there is overlap, behaviour would probably be unpredictable, or simply just follow the configuration as each Controller is tied to it's device, so only the learn feature would possibly be confused.
Reactions are currently unavailable