You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any easy way to override that from our app when consuming node-midi?.. if thats not currently possible would you be willing to add an option to configure it?
The text was updated successfully, but these errors were encountered:
lozjackson
changed the title
Set MIDI In buffer size in Windows
Set MIDI Input buffer size in Windows
Apr 10, 2024
We would like to use this library, however we have a specific requirement to be able to send large MIDI message packets up to 16384 bytes in size.
I can see there is an option to set the buffer size in RT MIDI here: https://github.com/thestk/rtmidi/blob/master/RtMidi.cpp#L864
The buffer size is currently limited to 2048 here: https://github.com/Julusian/node-midi/blob/master/src/input.cpp#L48
Is there any easy way to override that from our app when consuming node-midi?.. if thats not currently possible would you be willing to add an option to configure it?
The text was updated successfully, but these errors were encountered: