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 doc: internals/access: update documentation vs current state 2023-11-29 18:51:35 +02:00
audio.dox
daemon.dox Fix typos 2024-05-22 09:19:34 +02:00
design.dox doc: link to the protocol message documentation 2025-03-11 16:26:06 +01:00
dma-buf.dox docs/dma-buf: Document the correct device ID negotation key 2026-03-09 15:54:08 +00:00
driver.dox doc: spa: Explain the nsec and next_nsec values in the driver docs better 2026-02-05 10:34:32 +01:00
index.dox doc: add docs about the runnable calculations 2026-04-07 16:20:46 +02:00
latency.dox doc: add running.dox 2026-04-08 10:30:46 +02:00
library.dox Fix typos 2024-05-22 09:19:34 +02:00
midi.dox midi: don't write trailing continuation 0xf0 for SysEx 2026-06-01 13:08:11 +02:00
objects.dox
portal.dox doc: fix xdg-desktop-portal documentation links 2023-11-21 21:25:13 +01:00
protocol.dox stream: generate PeerCapbility for old servers 2025-11-21 10:19:36 +01:00
pulseaudio.dox
running.dox port: improve parsing of passive modes 2026-04-08 14:07:57 +02:00
scheduling.dox doc: add docs about the runnable calculations 2026-04-07 16:20:46 +02:00
session-manager.dox
tag.dox doc: try to improve the docs 2026-04-23 13:59:41 +02:00