svfshelf

Function svfshelf 

Source
pub fn svfshelf(
    props: Value,
    fc: impl Into<ElemNode>,
    q: impl Into<ElemNode>,
    gain: impl Into<ElemNode>,
    x: impl Into<ElemNode>,
) -> Node
Expand description

State-variable shelving filter. props should carry mode metadata. Expects 4 children: cutoff, resonance/Q, gain, and input signal.