#include <Filters.h>

Public Member Functions | |
| Allpass (UnitGenerator &in, float coeff) | |
| Allpass (UnitGenerator &in, UnitGenerator &coeff) | |
| ~Allpass (void) | |
| void | setupCoeffs () |
Protected Attributes | |
| UnitGenerator * | mCoeffUGen |
| float | mCoeff |
| Buffer | mCoeffBuffer |
| Allpass::Allpass | ( | UnitGenerator & | in, | |
| float | coeff | |||
| ) |
| Allpass::Allpass | ( | UnitGenerator & | in, | |
| UnitGenerator & | coeff | |||
| ) |
| csl::Allpass::~Allpass | ( | void | ) | [inline] |
| void Allpass::setupCoeffs | ( | ) | [virtual] |
Reimplemented from csl::Filter.
References CSL_FILTER_FREQUENCY, csl::Filter::mACoeff, csl::Filter::mBCoeff, and csl::Controllable::mInputs.
UnitGenerator* csl::Allpass::mCoeffUGen [protected] |
float csl::Allpass::mCoeff [protected] |
Buffer csl::Allpass::mCoeffBuffer [protected] |
1.5.8