Skip to content
New issue

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

OnMidiDeviceDetachedListener will be called before removing the device from Map #9

Closed
kshoji opened this issue Apr 22, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@kshoji
Copy link
Owner

kshoji commented Apr 22, 2015

When the last MidiInputDevice has been disconnected, this displays 1 (but should be 0).

// implementation of OnMidiDeviceDetachedListener
@Override
public void onMidiInputDeviceDetached(MidiInputDevice midiInputDevice) {
    Log.i("test", "Size of devices:" + bleMidiCentralProvider.getMidiInputDevices().size());
}
...
@kshoji kshoji added the bug label Apr 22, 2015
@kshoji kshoji self-assigned this Apr 22, 2015
@kshoji kshoji added this to the v0.0.8 milestone Apr 22, 2015
@kshoji
Copy link
Owner Author

kshoji commented Apr 30, 2015

Fixed at commit e9cf0b0.

@kshoji kshoji closed this as completed Apr 30, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant