kshoji / BLE-MIDI-for-Android

MIDI over Bluetooth LE driver for Android 4.3 or later
Apache License 2.0
123 stars 41 forks source link

MIDI events are handled out of order #11

Closed kshoji closed 8 years ago

kshoji commented 9 years ago

Currently, the received MIDI event will be processed in asynchronously. As a result, the MIDI events are handled out of order. With adding the event processing queue structure, MIDI events will be processed correctly.

kshoji commented 8 years ago

Fixed at 1b38b1a69c16efe0873fb847b92140ad17ccebd3.