Releases: kshoji/BLE-MIDI-for-Android
Releases · kshoji/BLE-MIDI-for-Android
Release 0.0.7
Release 0.0.6
- Fixed pitch bend issue on
MidiTransmitter
. - Updated
javax.sound.midi for Android
library to0.0.2
.
Release 0.0.5
Added support for javax.sound.midi
porting. It enables playing or recording the Sequence.
Changed minimum API Level to 18(Android 4.3, JellyBean). With the API Level 18, there is no support for Bluetooth Pairing feature.
Release 0.0.4
Release 0.0.3
Release 0.0.2
Now compatible with Apple's BLE MIDI specification. The app can connect with iOS and OS X applications.
Added Peripheral mode support. In this mode, the Android app act as a BLE MIDI device. This function needs Android Lollipop API.