Open
Description
When a MIDI file contains simultaneous notes (like a chord), only one of the notes is played. I suspect this has something to do with MIDI 'running status' not being implemented in the BLE MIDI Library.
Note that the circuitpython MIDI library (MIDI over USB) handles simultaneous notes correctly.
I've attached a test file that plays 4 G chords:
G chord test (short).zip