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

Is there a limit to the size of a SysEx message on Firefox? #467

Open
sgerendasy opened this issue Feb 23, 2025 · 1 comment
Open

Is there a limit to the size of a SysEx message on Firefox? #467

sgerendasy opened this issue Feb 23, 2025 · 1 comment
Assignees

Comments

@sgerendasy
Copy link

I have a synthesizer which sends patch dumps with 4,688 bytes. On Chrome I am able to use WebMIDI.js and receive the entire patch dump. On Firefox I only receive the first 1024 bytes. Is this a Firefox limitation or is this configurable?

@djipco djipco self-assigned this Mar 1, 2025
@djipco
Copy link
Owner

djipco commented Mar 1, 2025

WEBMIDI.js does not impose a limit. So, I guess the limit comes from Firefox. Can you check if you are receiving several sysex events? Maybe Firefox is chunking the data to 1024 bytes by default and delivering the whole message in multiple chunks (in this case, multiple sysex events)?

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

2 participants