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 feature is not working #4

Closed kshoji closed 9 years ago

kshoji commented 9 years ago

Apple's BLE MIDI Specification includes the MIDI data's timestamp. But currently, this library ignores the timestamp attribute.

kshoji commented 9 years ago

With the fix above, MidiInputDevice supports the timestamp. But MidiOutputDevice doesn't treat timestamp information.