-
Notifications
You must be signed in to change notification settings - Fork 32
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
Question - Can we retrieve a SysEx dump greater than 64 bytes? #45
Comments
USB MIDI Packet size is 64 bytes.
|
Thanks very much for your help. I'm still struggling though. I'm not getting the whole SysEx dump. The first 64 bytes are fine, but then the following three bytes are 06 01 F7, which means "end of SysEx message", if I understand correctly. The next set of bytes is some sort of signal that my MIDI device uses to let the PC know it is still connected - the remainder of the SysEx dump seems to have vanished. |
Umm...
I received a 1000 byte SysEx message from PC. |
Hello, I usually receive from 90 to 132 bytes. I 'm using the code above (for the iteration) in which i have added a button in the loop() that sends the command end then goes for Usb.Task(); and MIDI_poll(); staff. I tried with some delay after sending the command but i get the same behavior. Am i missing something? Can you suggest anything? Using amidi i can successfully send and receive the commands. Thanks |
Hello, @jsmmns2000
I sent F0 52 00 63 09 00 00 02 F7 and received the correct result. Code
Result
|
Closing this issue due to lack of feedback. Feel free to reopen the issue again if needed. |
Hello
Is it possible to receive a SysEx dump that is greater than 64 bytes? I can't seem to find a way to achieve this. Any assistance would be greatly appreciated.
Many thanks
DarthDev
The text was updated successfully, but these errors were encountered: