Sysex not being received for a DX21 synth #227
Unanswered
alexlipscomb
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is a unit test to test reception of Would you be able to test the same code in vanilla JavaScript (no TypeScript) to see if the problem still is present? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
I'm writing a patch storage app in Electron that receives and saves bulk data transfers from a DX21 synthesizer. I can't seem to receive any sysex through WebMidi.js when I transmit from the synth. I'm able to receive it, however, on applications such as Max/MSP and through the Python RTMidi library with no problems at all.
Here is the code that I'm using to listen for sysex:
I'm also unable to receive this sysex when passing it through Max/MSP or my Python implementation first, even though it gets received and printed to the console in both situations.
Any help on this would be great, or pointers to find a workaround.
macOS Catalina 10.15.7, running on Electron 16.0.7 with Typescript.
Beta Was this translation helpful? Give feedback.
All reactions