Skip to content

Releases: kshoji/BLE-MIDI-for-Android

Release 0.0.19

22 May 01:29
Compare
Choose a tag to compare

Fixed:

  • #34 Fix input device initialization issue

Release 0.0.18

06 May 06:25
Compare
Choose a tag to compare

Updated:

  • Update MidiSynthesizer.setReceiver method
  • Add JitPack config

Fixed:

  • #33 Fix javax.sound.midi initialization

Release 0.0.16

12 Apr 15:01
Compare
Choose a tag to compare

Updated:

  • #31 Change deprecated apis to latest apis
  • #32 Adjusted behavior when using CompanionDeviceManager

Fixed:

  • #30 Transfer fails under high load

Release 0.0.15

08 Apr 09:48
Compare
Choose a tag to compare

Updated:

  • Add Proguard configuration
  • Update Android SDK version

Fixed:

  • #29 MIDI sending doesn't work

Release 0.0.14

05 Dec 23:42
Compare
Choose a tag to compare

New Feature:

  • #28 Add methods for getting vendor/product name

Fixed:

  • Refine BleMidiParser code
  • Update gradle version

Release 0.0.12

17 Aug 02:56
Compare
Choose a tag to compare

New Feature:

  • Add permissions for Android 12
  • Update the targetSdk to 32

Fixed:

  • Receiving timestamp(always zero) issue

Release 0.0.11

17 Aug 02:54
Compare
Choose a tag to compare

New Feature:

  • Add BLE MIDI Peripheral feature to Unity plugin implementation

Fixed:

  • Sample app build failure
  • Note Off event issue
  • Sending MIDI issue

Release 0.0.10

01 Jul 06:04
Compare
Choose a tag to compare

New Feature:

  • Unity plugin implementation
    • Sending and receiving MIDI data with Unity app.
    • Unity-side C# implementations is needed.

Fixed:

  • #17 Fixed crashing on connectGatt calling.
  • Adjusted termination process of Central/Peripheral provider
  • Improved Peripheral provider initializing process
  • Fixed device finding issue on Central provider
  • #19 Fixed Timestamp issue

Release 0.0.9

15 Dec 10:54
Compare
Choose a tag to compare

New Features:

  • #10 Sample app for Android Wear

Fixed bugs:

  • #11 MIDI events art handled out of order
  • #12 BLE MIDI Peripheral fails to initialize
  • #14 RPN/NRPN message handled improperly between different cableIds

Release 0.0.8

30 Apr 03:15
Compare
Choose a tag to compare

Fixed issues:

#9 OnMidiDeviceDetachedListener will be called before removing the device from Map