Mixing BLE and Hardware MIDI, MID thru? #91
-
Is it possible to mix BLE Midi and Hardware MIDI with this library? Arduino-BLE-MIDI/src/BLEMIDI_Transport.h Line 55 in 929c2fc Is it correct that midi thru is isolated to an individual 'transport'? I have been able to init two midi instances
and get them both to do some work
At a minimum i'd like to be able to pass the BLE messages thru to the Hardware out - is this possible without writing lots. of boilerplate? For some more context, my project is part of my guitar pedal board, it receives control changes from a hardware midi controller at the moment. Thanks in advance for any thoughts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok so I found an example here, for merging sources like this we can just forward messages to another instance
|
Beta Was this translation helpful? Give feedback.
Ok so I found an example here, for merging sources like this we can just forward messages to another instance