mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-23 21:37:42 -04:00
When writing sysex, bypass the encoder and simply place the sysex message in the seq queue. Make sure strip off the 0xf7 and 0xf0 continuation bytes. When reading sysex, bypass the decoder and append/prepend the continuation bytes. This way, we can make the decoder buffer size back to something small (large enough for one simple midi event) and we can handle arbitrary sysex message lengths. |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||