Skip to content

Releases: kshoji/USB-MIDI-Driver

Version 0.1.1 Release notes

02 Feb 09:16
Compare
Choose a tag to compare

The javax.sound.midi porting has moved to the independent repository.
The usage of MidiSystem class had changed from version 0.0.3, so the minor version number is increased.

Version 0.0.3 Release notes

29 Aug 03:50
Compare
Choose a tag to compare
  • Fixed: Issue #24 : Can't detect USB MIDI device when the device had attached again.

Version 0.0.2 Release notes

29 Jul 12:47
Compare
Choose a tag to compare
  • Improved: Using the library without extending Abstract***MidiActivity
  • Added: Support for Android Studio >= 0.8

First release version.

23 Jul 05:35
Compare
Choose a tag to compare

Tuned up the performance around the thread for transferring MIDI data.
CPU usage reduced.
Whole of the javax.sound.midi porting has been implemented.