Expand description
Structs§
- Edge
- Routes one output port to one input port; multiple edges into the same input are summed.
- Graph
- Audio processing directed acyclic graph.
- Graph
Input - No-op source whose output buffers are written directly by a parent
Graph. - Graph
Snapshot - Snapshot of an entire graph level for UI display.
- Mapped
Param - Maps an exposed external parameter to an internal node’s parameter.
- Node
Snapshot - Snapshot of a single node for UI display.
- Param
Descriptor - Describes a single automatable parameter.
- Param
Flags - UI hints for mapping normalized controls to parameter values.
- Param
Group - A named group of related parameters with a visualization hint.
- Pipeline
Builder - Fluent builder for sequential processor chains.
- Process
Context - Context passed to a processor for each processing block.
- Processor
Info - Metadata about a processor’s ports.
- Sig
- Port signature: the I/O shape of a processor as a typed pair.
- SigMismatch
- Returned when two signatures cannot be sequentially composed.
Enums§
- Group
Hint - Tells the UI what kind of mini-visualization to show for a parameter group.
- Param
Unit - Display/scaling hint for a parameter value.
Traits§
- Processor
- Trait for audio processing nodes.