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
I skimmed the code briefly and found a note about ALSA not needing to chunk sysex data larger than 256 bytes any more here, a bit lower in the TODO block (line 643). Could that be related?
The text was updated successfully, but these errors were encountered:
There already is a // FIXME: the following doesn't seem to work with ALSA comment in test_sysex.rs, so this is a known issue.
However, it's most likely not related to the note you found about the chunking of sysex data, because that is part of the receiving code, while the error here occurs while sending.
I guess that this needs some investigation of what happens in ALSA internally ... which I currently don't have the capacity to do. Maybe someone wants to help?
example/test_sysex.rs
crashes with the following cl output:I skimmed the code briefly and found a note about ALSA not needing to chunk sysex data larger than 256 bytes any more here, a bit lower in the TODO block (line 643). Could that be related?
The text was updated successfully, but these errors were encountered: