pipewire/doc
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
..
dox midi: don't write trailing continuation 0xf0 for SysEx 2026-06-01 13:08:11 +02:00
examples doc: compile tutorial programs 2026-05-08 15:20:41 +00:00
custom.css doc: update doxygen-awesome.css 2025-10-15 20:39:14 +00:00
Doxyfile.in doc: show tabs on top on doxygen >= 1.13 2025-09-03 09:34:54 +00:00
doxygen-awesome.css doc: update doxygen-awesome.css 2025-10-15 20:39:14 +00:00
DoxygenLayout.xml doc: try to add 1.6 docs 2026-03-13 13:15:16 +01:00
examples.dox.in doc: link examples to Doxygen docs 2021-10-10 00:35:46 +03:00
input-filter-h.sh Use portable shebang in input-filter-h.sh 2024-02-10 20:52:35 +03:00
input-filter-md.py doc: support alternative index name in @IDX@ 2025-09-03 09:34:54 +00:00
input-filter.py doc: make all manpages with Doxygen 2023-11-22 20:10:49 +02:00
man-fixup.py doc: fix workaround for old doxygen versions 2024-04-23 10:59:24 +00:00
meson.build doc: compile tutorial programs 2026-05-08 15:20:41 +00:00
tree.dox timer-queue: add a new timer queue helper 2025-09-18 13:52:51 +02:00