Version 0.1.2 Release notes
- Added
sendMidiMessage()
method to send a raw MIDI message. - Added methods for getting the USB MIDI device information;
getProductName()
,getManufacturerName()
andgetDeviceAddress()
on MidiInputDevice and MidiOutputDevice.getProductName()
andgetManufacuturerName()
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 to0.0.2
.
Deprecated methods
These methods will be removed on the future release.
- MidiInputDevice#getUsbEndpoint()
- MidiInputDevice#getUsbInterface()
- MidiOutputDevice#getUsbEndpoint()
- MidiOutputDevice#getUsbInterface()