Hi there. I'm getting started with my first Arduino project, and have a lot to learn.
Goal: send MIDI signals over USB to two computers simultaneously.
I thought the DUE would be a good board option because it has two USB ports already configured. Problem is, only the Native USB port is readily equipped to send MIDIUSB signals.
So far I have tested some LED switches and am able to send MIDI notes out the Native USB port to a computer.
I know there are some firmwares that can be flashed to Arduinos with only a Programming port (UNO, etc) to make them MIDI compliant, however I have not found much documentation on applying this firmware to the DUE. I also know the Hairless MIDI bridge could be used, but I don't want to deal with programs on the computers. I want to be able to plug in and send MIDI signals.
Can anyone point me in the right direction?
Thank you in advance!