Skip to content

Releases: kshoji/javax.sound.midi-for-Android

Release 0.0.6

06 May 06:30
Compare
Choose a tag to compare
  • #23
    • Improve sequencer playback accuracy
    • Fix SMF read/write issues
  • #24 Add Inter-App MIDI support
  • #20 #21 Add JitPack config

Version 0.0.4 Release notes

01 Jul 06:13
Compare
Choose a tag to compare

Fixed:

  • MidiSystem throws MidiUnavailableException when the device is not found.
  • Fixed Sequencer issues
    • SequencerImpl throws NullPointerException when the thread is not initialized.
    • Receiver and Transmitter will be closed when the sequencer closed.
    • getReceiver and getTransmitter returns null.
    • Infinite loop playing may broken
    • Invalid play position

Version 0.0.3 Release notes

03 Dec 04:53
Compare
Choose a tag to compare
  • Added MidiSystem.addMidiDevice() and MidiSystem.removeMidiDevice() methods to implement MIDI receivers or transmitters. (#2)
  • Fixed problem: MetaMessage throws Exception on its constructor. (#3)

Version 0.0.2 Release notes

02 Mar 03:00
Compare
Choose a tag to compare
  • Added MidiMessage constructors introduced at Java 7.
  • Fixed NullPointerException issue.

Version 0.0.1 Release notes

02 Feb 09:18
Compare
Choose a tag to compare

Codes moved from USB-MIDI-Driver library.
USB MIDI devices and BLE MIDI devices are supported.