InvisibleWrench / FlutterMidiCommand

A Flutter plugin to send and receive MIDI
BSD 3-Clause "New" or "Revised" License
95 stars 50 forks source link

Some note are missed / skipped / not read #77

Closed tolotrasamuel closed 1 year ago

tolotrasamuel commented 1 year ago

When pressing keys simultaneously (I experienced from 3 to 10 ) , on Mac desktop using a piano connected via Bluetooth, it misses some notes. Maybe it is reproducible in iOS too but I haven't tried that out.

I am pretty sure it's a bug in the Swift code because I used Midi monitor on the same mac simultaneously and Midi monitors finds the note https://www.snoize.com/midimonitor/ but not FlutterMidiCommand.

I also tried with USB cable and with USB midi, I can't reproduce

tolotrasamuel commented 1 year ago

My bad again. I didn't read the packet byte data properly. It would be great if we can in the documentation how to parse the bytes