Filter Comparisons:
Filter:
Guides (extension) | UGens > Filters

Filter Comparisons
ExtensionExtension

compare different resonant low pass filters (BhobUGens)

MoogLadder.ar(in, cutoff, res (0-1), mul, add)

based on code by Victor Lazzarini and Antti Huovilainen

RLPFD.ar(in, cutoff, res (0-1), dist (0-1), mul, add)

resonance and distortion are related. can become nasty when cutoff, res, and dist are all high. this is based on code by Josep M Comajuncosas meant to emulate the TB303

NLFiltN.ar(input, a, b, d, c, l, mul, add) (also NLFiltL, NLFiltC)

Implements the filter Y{n} =a Y{n-1} + b Y{n-2} + d Y^2{n-L} + X{n} - C described in Dobson and Fitch with no, linear, or cubic interpolation and sigmoid clipping.

Streson.ar(in, delayTime, res) delayTime=stringFundamental.reciprocal, res=0-1 (effects begin around 0.9)

Victor Lazzarini's string resonator.