Replies: 2 comments 1 reply
-
My test working sketch with simultaneous sending of midi via USB and DIN5 |
Beta Was this translation helpful? Give feedback.
0 replies
-
For future reference, see https://tttapa.github.io/Control-Surface-doc/Doxygen/d5/da5/Dual-MIDI-Interface_8ino-example.html. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does your library support MultiMIDI_Interface for simultaneous operation on USB and Serial ports? If it works, please explain in more detail how to use this function or give a link to the code with an example of use. Thanks.
I am building a midi footswitch to control my guitar processor via 5din (in rehearsals), I also want to use it at home to control AmpliTube on my PC via USB. Therefore, I need a code to simultaneously send midi program change commands over two streams (USB and Serial)
Arduino Leonardo using
Beta Was this translation helpful? Give feedback.
All reactions