-
|
I'm modifying a project that uses an Arduino Leonardo + USB-MIDI library to make a simple input device and would like to add MIDI Thru capabilities. The only free pins are RX/TX. Is it possible to use a single wire between devices? By that I mean TX/RX on one board would go to different devices. Currently the project expects you to connect all the devices to a hub and use some computer software to merge them together. Instead I'm hoping to chain them together and use the USB-MIDI output to send all the merged messages together. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Seems like this works just fine. I was able to update the project: vonkonow/LEET-Synthesizer#6 |
Beta Was this translation helpful? Give feedback.
Seems like this works just fine. I was able to update the project: vonkonow/LEET-Synthesizer#6