#include <Filters.h>

Public Member Functions | |
| FrequencyAmount () | |
| Constructors. | |
| ~FrequencyAmount () | |
| Destructor. | |
| void | setFrequency (UnitGenerator &frequency) |
| set the receiver's frequency to a UGen or a float | |
| void | setFrequency (float frequency) |
| void | setAmount (UnitGenerator &amount) |
| set the receiver's amount to a UGen or a float | |
| void | setAmount (float amount) |
| FrequencyAmount::FrequencyAmount | ( | ) |
| FrequencyAmount::~FrequencyAmount | ( | ) |
Destructor.
| void FrequencyAmount::setFrequency | ( | UnitGenerator & | frequency | ) |
set the receiver's frequency to a UGen or a float
References csl::Controllable::addInput(), CSL_FILTER_FREQUENCY, and csl::logMsg().
Referenced by csl::Allpass::Allpass(), csl::Butter::Butter(), csl::Formant::Formant(), csl::Moog::Moog(), csl::Notch::Notch(), and testStereoverb().
| void FrequencyAmount::setFrequency | ( | float | frequency | ) |
References csl::Controllable::addInput(), CSL_FILTER_FREQUENCY, and csl::logMsg().
| void FrequencyAmount::setAmount | ( | UnitGenerator & | amount | ) |
set the receiver's amount to a UGen or a float
References csl::Controllable::addInput(), CSL_FILTER_AMOUNT, and csl::logMsg().
Referenced by csl::Allpass::Allpass(), csl::Butter::Butter(), csl::Formant::Formant(), csl::Moog::Moog(), and csl::Notch::Notch().
| void FrequencyAmount::setAmount | ( | float | amount | ) |
References csl::Controllable::addInput(), CSL_FILTER_AMOUNT, and csl::logMsg().
1.5.8