okyeron/hachi-ni

Can't use the web config because MIDIPort is not opened

Opened this issue · 0 comments

Without this edit, it says scanning forever and the port receive function times out.

Adding await port.open() before

const promise = access.receive(event => {
allows me to use the simple interface.

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...