Skip to main content

Module command

Module command 

Source
Expand description

Lock-free command protocol between the control thread and the RT audio thread.

Commands are sent via an SPSC ring buffer. The RT thread drains up to MAX_COMMANDS_PER_TICK per callback, bounding mutation cost.

Structs§

EdgeSnapshot
GraphSnapshot
Serializable graph description for UI ↔ host communication.
NodeSnapshot

Enums§

Command
All mutations the control thread can request.