Skip to content

Version 0.1.2 Release notes

Compare
Choose a tag to compare
@kshoji kshoji released this 02 Mar 03:13
· 171 commits to master since this release
  • Added sendMidiMessage() method to send a raw MIDI message.
  • Added methods for getting the USB MIDI device information; getProductName(), getManufacturerName() and getDeviceAddress() on MidiInputDevice and MidiOutputDevice.
    • getProductName() and getManufacuturerName() needs API Level 13.
  • Refined library's class structure. The activity or fragment don't need to treat UsbDevice directly. So, some methods have set to be deprecated.
  • Updated javax.sound.midi for Android library to 0.0.2.

Deprecated methods

These methods will be removed on the future release.

  • MidiInputDevice#getUsbEndpoint()
  • MidiInputDevice#getUsbInterface()
  • MidiOutputDevice#getUsbEndpoint()
  • MidiOutputDevice#getUsbInterface()