Expand description
Parameter handling for audio nodes
Defines the fundamental building blocks of the signal graph:
SignalNode: Base trait for all nodesSource: Active generator (has no inputs)Processor: Passive processor (has inputs and outputs)Sink: Active consumer (has no outputs)
Structs§
- Node
Params - A flexible set of parameters passed to a node constructor.
- Param
Metadata - Metadata about a parameter
- Param
Range - Range constraints for a parameter
- Parameter
Id - Type-safe parameter identifier with validation
Enums§
- Param
Type - Type of parameter value
- Param
Value - Parameter value (can be of different types)