#include <Filters.h>

Public Member Functions | |
| Notch (UnitGenerator &in, float center_freq, float radius) | |
| constructors & destructor | |
| Notch (UnitGenerator &in, UnitGenerator ¢er_freq, float radius) | |
| ~Notch (void) | |
| void | setupCoeffs () |
| Notch::Notch | ( | UnitGenerator & | in, | |
| float | center_freq, | |||
| float | radius | |||
| ) |
constructors & destructor
References csl::Filter::clear(), csl::FrequencyAmount::setAmount(), and csl::FrequencyAmount::setFrequency().
| Notch::Notch | ( | UnitGenerator & | in, | |
| UnitGenerator & | center_freq, | |||
| float | radius | |||
| ) |
| csl::Notch::~Notch | ( | void | ) | [inline] |
| void Notch::setupCoeffs | ( | ) | [virtual] |
Reimplemented from csl::Filter.
References CSL_FILTER_AMOUNT, CSL_FILTER_FREQUENCY, CSL_TWOPI, csl::Filter::mACoeff, csl::Filter::mBCoeff, csl::UnitGenerator::mFrameRate, and csl::Controllable::mInputs.
1.5.8