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

Timestamp of end of SysEx crashes SysEx data #8

Closed kshoji closed 9 years ago

kshoji commented 9 years ago

The SysEx message of Apple BLE MIDI specification is like this.

(Header) (Timestamp) F0 xx xx xx ... ... xx xx xx (Timestamp) F7

If the latter Timestamp value is F7 (same value as End of SysEx), the SysEx data will be truncated.