pipewire/doc/dox
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
..
api pod: doc: Deprecate unused types 2025-10-31 11:06:45 +00:00
config conf: recurse into arrays before matching 2026-05-26 17:08:35 +02:00
internals midi: don't write trailing continuation 0xf0 for SysEx 2026-06-01 13:08:11 +02:00
programs tools: add pw-audioconvert 2026-04-16 12:14:21 +02:00
tutorial doc: add DSP filter tutorial 2025-09-22 11:01:52 +02:00
index.dox doc: add FOSDEM talk 2025-07-09 14:13:34 +02:00
modules.dox doc: add sendspin modules to doc 2026-02-27 20:43:56 +01:00
overview.dox Edit overview.dox 2026-03-24 07:26:15 +00:00
pulse-modules.dox doc: put new pulse modules to right place 2024-01-29 08:50:32 +00:00
pulse-modules.inc doc: in user-facing config examples, indicate which file it goes into 2024-09-16 15:51:59 +00:00