Replies: 2 comments 2 replies
-
You're hitting an issue that I once faced (and haven't sorted out what to do) - #43 In other words, it is an unresolved problem within the current API. It should be doable on most, if not all, target platforms though. |
Beta Was this translation helpful? Give feedback.
-
#43 is (finally) handled (with breaking API change, though I'm sure no one has used it as none of our While exploring other x-plat MIDI access APIs I noticed that most of them do not detect device changes, especially on Windows (winmm does not support it while WinRT does). RtMidi does not either so it would not work with most of the platforms as long as we use Chromium does handle whatever Web MIDI API requires though. Not sure if it supports Windows though (I haven't tested). |
Beta Was this translation helpful? Give feedback.
-
As I found out, once the connection state is OPEN, it stays like that, even when you disconnect the cable.
What would be a good way to check if the device is still connected?
Beta Was this translation helpful? Give feedback.
All reactions