Skip to content

Running MIDI_DIN2USB.ino example results in missing data transmitted over USB #159

Open
@IsThisNameGoodEnough

Description

@IsThisNameGoodEnough

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):
image

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:
image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    SysExIssue relates to System Exclusive messagesUSB-MIDIIssue relates to USB-MIDI transport

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions