We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When the last MidiInputDevice has been disconnected, this displays 1 (but should be 0).
MidiInputDevice
1
0
// implementation of OnMidiDeviceDetachedListener @Override public void onMidiInputDeviceDetached(MidiInputDevice midiInputDevice) { Log.i("test", "Size of devices:" + bleMidiCentralProvider.getMidiInputDevices().size()); } ...
The text was updated successfully, but these errors were encountered:
Fixed at commit e9cf0b0.
Sorry, something went wrong.
kshoji
No branches or pull requests
When the last
MidiInputDevice
has been disconnected, this displays1
(but should be0
).The text was updated successfully, but these errors were encountered: