Arduino-BLE-MIDI icon indicating copy to clipboard operation
Arduino-BLE-MIDI copied to clipboard

Wrong channel number on polyphony?

Open eugeene opened this issue 2 years ago • 0 comments

Hello and thank you for your work!

When I have multiple channels playing at the same time I get into an issue:

when I send this from my computer (that comes from a monitor on the same bus as the receiver below):

1693491 14:0 Note on 0 70 80 1693491 14:0 Note on 1 63 80 1693491 14:0 Note on 2 58 80

My ESP32 BLE device gets this (direct Serial.printf() in MIDI callbacks):

ON 1, 70, 80 ON 1, 63, 80 ON 1, 58, 80

all the channel numbers are 1. Any idea what might cause this?

When I solo each channel, the number is correct.

eugeene avatar Jul 31 '23 12:07 eugeene