pipewire/src/modules/module-vban
Wim Taymans 350eb9a041 midi: don't write trailing continuation 0xf0 for SysEx
Because our midi messages already have a size, we don't need the 0xf0
continuation terminator. Also having the terminator optionally requires
you to check and strip it if it's there.

The easiest algorithm is to check the first byte for start (0xf0) or
continuation (0xf7) and the last byte for end (0xf7) and that should be
enough to process the messages without having to ever stip the last
byte.
2026-06-01 13:08:11 +02:00
..
audio.c vban: fix timestamp overflows 2026-05-07 14:07:33 +02:00
midi.c midi: don't write trailing continuation 0xf0 for SysEx 2026-06-01 13:08:11 +02:00
stream.c modules: free the stream and impl on errors 2026-05-07 13:30:12 +02:00
stream.h modules-vban: add vban sender and receiver 2023-07-25 18:36:48 +02:00
vban.h pipewire: module-vban: fix vban serial header 2024-12-14 23:09:45 +01:00