Skip to content

Releases: kshoji/BLE-MIDI-for-Android

Release 0.0.7

31 Mar 03:05
Compare
Choose a tag to compare

Fixed issues:

  • #8 Timestamp of end of SysEx crashes SysEx data bug
  • #7 Add Services for BLE MIDI enhancement

Release 0.0.6

02 Mar 03:22
Compare
Choose a tag to compare
  • Fixed pitch bend issue on MidiTransmitter.
  • Updated javax.sound.midi for Android library to 0.0.2.

Release 0.0.5

02 Feb 09:20
Compare
Choose a tag to compare

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

26 Jan 03:11
Compare
Choose a tag to compare
  • Added Timestamp feature. The MIDI sender and parser can treat the timestamp information correctly.
    • Issue #4
  • Fixed some bugs which cause unstable behaviours.
    • Issue #5 and other fixes

Release 0.0.3

19 Jan 09:20
Compare
Choose a tag to compare

Fixed Issues:

  • #3 Can't create connection between Android devices
    • Fixed central feature's connection problem.
  • #4 Timestamp feature is not working
    • Add implementation for the timestamp specification.

Release 0.0.2

12 Jan 12:41
Compare
Choose a tag to compare

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.