Oequalizer

INSTRUMENT design -- multi-purpose equalizer (filter) object

The Oequalizer object uses a biquad filter algorithm to instantiate a number of different filter types (low-pass, high-pass, band-pass, etc.). The code was based on work done by Tom St. Denis, using formulas for the filter coeeficients from Robert Bristow-Johnson's on-line document The Audio-EQ-Cookbook.

The older functions reson and resonz do similar signal-processing actions, but using different and somewhat less flexible algorithms. For very simple filtering, the Oonepole object may be more appropriate.



Constructors


Access Methods




Examples




See Also