kshoji / javax.sound.midi-for-Android

Package javax.sound.midi porting for Android
Apache License 2.0
75 stars 34 forks source link

Some MidiSystem methods returns null #6

Closed kshoji closed 8 years ago

kshoji commented 8 years ago

Some methods on MidiSystem like getReceiver, or getTransmitter returns null when the object is not found. The other JDK's method throws MidiUnavailableException on the same situation.

kshoji commented 8 years ago

Fixed at commit ff1983664968cf35e9d67afd830a0bc1d40aa7d7.