adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
494 stars 131 forks source link

MIDI Echo #74

Closed Kprellz closed 3 years ago

Kprellz commented 3 years ago

Hey ya'll, Seem to be experiencing an issue where any incoming Midi message gets echo'd back to the sender. Is there a way to prevent this? or is this a bug of some kind? ItsyBitsy M0 mac osx 10.15.5 even the example program does this.

attached is a screen shot of MIDI Monitor reading midi messages to and from the device. I wrote a simple code to just send out a note on ever second or so. the only code in my Loop is MIDI.read();

Screen Shot 2021-03-25 at 11 46 07 PM

Kprellz commented 3 years ago

Also tested on a Metro M0 Express to the same results.

Kprellz commented 3 years ago

Figured this one out actually. anyone having a similar issue can simply due MIDI.turnThruOff();

dkadrios commented 3 months ago

@Kprellz cheers mate, you saved me from pulling out more hair :)