Description
Hi,
I hope this is the right place to post, as there doesn't seem to be any issue tickets in the USB-MIDI repository.
I'm running the MIDI_DIN2USB.ino example script shown here on an Arduino Leonardo board with no modifications to the software. When I generate an external MIDI event on the serial RX pin I receive a mirror response on the serial TX (so the Thru function is working), but the response I see on USB is stripped of event information. An example is below:
When I generate a CC message and monitor the serial ports, I see two identical messages (one on the RX and the resulting message on the TX):
But when I generate the same CC message on the serial RX pin and monitor the USB output, the CC number and value are missing:
Both MIDI libraries are up to date on my system, so I'm kinda at a loss. Any help getting the example code to run properly would be greatly appreciated!