Can't use the web config because MIDIPort is not opened
Opened this issue · 0 comments
vijaymarupudi commented
Without this edit, it says scanning forever and the port receive function times out.
Adding await port.open()
before
Line 145 in 3648cd6
I would like to use the more fancy interface and I don't know where the source for that is. I'm pretty sure a similar fix is needed for that one as I'm facing the same issue (on Linux).
Also dealing with a weird issue where the device just stops sending MIDI after a while, but I'll need to investigate that further...