pub fn pole(p: impl Into<ElemNode>, x: impl Into<ElemNode>) -> NodeExpand description
el.pole(p, x)
Implements a simple one-pole filter, also sometimes called a leaky
integrator. Expects two children: the first is the pole position p,
the second is the signal x to filter.