pub fn svfshelf(
props: Value,
fc: impl Into<ElemNode>,
q: impl Into<ElemNode>,
gain: impl Into<ElemNode>,
x: impl Into<ElemNode>,
) -> NodeExpand description
State-variable shelving filter. props should carry mode metadata.
Expects 4 children: cutoff, resonance/Q, gain, and input signal.