pipewire/doc/dox/internals
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
..
access.dox
audio.dox
daemon.dox
design.dox
dma-buf.dox
driver.dox
index.dox
latency.dox
library.dox
midi.dox midi: don't write trailing continuation 0xf0 for SysEx 2026-06-01 13:08:11 +02:00
objects.dox
portal.dox
protocol.dox
pulseaudio.dox
running.dox
scheduling.dox
session-manager.dox
tag.dox doc: try to improve the docs 2026-04-23 13:59:41 +02:00