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
Not of immediate concern but SysEx can be very big so need to work out what can be done here after first implementation for #3 , particularly taking into account memory limitations of various hardware CircuitPython runs on.
The text was updated successfully, but these errors were encountered:
There's some interest expressed in adafruit/circuitpython#2245 (comment) in reading SysEx messages. It also mentions a common practice of a "2 byte" (14bit?) length field.
Worth looking at design patterns for handling rare large messages - this might be a different approach to the regular small MIDI messages.
Not of immediate concern but SysEx can be very big so need to work out what can be done here after first implementation for #3 , particularly taking into account memory limitations of various hardware CircuitPython runs on.
The text was updated successfully, but these errors were encountered: