Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vijaymarupudi opened this issue Jan 23, 2024 · 0 comments
Open

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

vijaymarupudi opened this issue Jan 23, 2024 · 0 comments

Comments

@vijaymarupudi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant