Skip to main content

Module state

Module state 

Source
Expand description

State continuity framework.

When a node is replaced or reconnected, its predecessor’s state is transferred to preserve audio continuity (no clicks, no phase resets).

Structs§

StateBlob
Opaque state blob — large enough for all built-in node types. Stored as raw bytes to avoid generics in the graph.

Traits§

Stateful
Trait for nodes that carry persistent DSP state across mutations.