-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Broadcast Midi In/Out #82
Comments
Hi! Thanks for asking! |
Thx for the help It's not too big of a deal. Another quick question and I will probably have some more as my project progresses Only about 1/2 of my midi files work. I have about 3,000 or so on hand and the half that don't work all come from the same source except for 3-4 stranglers. I am not sure what DAW they used if that is the problem but I can open and play them in my DAW just fine but in JZZ I get the following error. DOMException: Failed to execute 'send' on 'MIDIOutput': System exclusive message is not allowed at index 0 (240). at Object._receive (http://localhost:5173/node_modules/.vite/deps/jzz.js?v=4a38d6e8:1187:28)
|
Please attach some files that cause the problems, I'll take a look... |
It happens specifically when I connect the midi from my common node where the player and inputs feed into to midi out.
When not connected the file plays when connected and routed to midi out only 1/2 the songs work. I changed the file type of the midi to ,png as github will not allow other files for issues. let me know if you want the files with another method. |
I would source that out, because imo thats a complex problem about crossplatform OS. https://github.com/dinchak/node-easymidi/blob/master/index.js seems to do something like this, but if you want a reliable crossplattform solution, maybe JUCE could provide something like this to talk via C++ Connection Kit? |
Is there a way to create a new virtual midi Input/Output device for other programs to use such as loop Midi? Love and Appreciate all of your hard work!
The text was updated successfully, but these errors were encountered: