Replies: 1 comment 1 reply
-
WEBMIDI.js has been created for the browser first. Support for Node.js was added later by piggy-backing on the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on a project that transfers project data from a MIDI device, I am hitting a roadblock as it seems
addListener("sysex")
will drop large messages.This is my test code:
It works fine for any small sysex messages, but if I try to receive a large one say 10,000 bytes it seems to get dropped, I can see that they are being received by MIDI monitor.
I have a hunch that it is only a problem on nodejs as when I use this test code in the browser it works as expected
Any help would be appreciated
Just in case it is helpful:
Library version: 3.1.11
MacOS: 14.5 (23F79)
Nodejs: v16.15.1 tested on v18.19.1 as well
Beta Was this translation helpful? Give feedback.
All reactions