Releases: kshoji/USB-MIDI-Driver
Releases · kshoji/USB-MIDI-Driver
Version 0.1.1 Release notes
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
- Fixed: Issue #24 : Can't detect USB MIDI device when the device had attached again.
Version 0.0.2 Release notes
- Improved: Using the library without extending Abstract***MidiActivity
- Added: Support for Android Studio >= 0.8
First release version.
Tuned up the performance around the thread for transferring MIDI data.
CPU usage reduced.
Whole of the javax.sound.midi
porting has been implemented.