Skip to main content

Module param

Module param 

Source
Expand description

Sample-accurate parameter automation.

Each Param smooths from current toward target over a fixed ramp. No allocations. No locks. Safe to read/write from the RT thread.

Structs§

Param
A single smoothed parameter. Uses a linear ramp: current += step each sample until target is reached.
ParamBlock
A fixed-size block of parameters for a node. Sized to fit common DSP nodes without heap allocation.