List of all members.
Public Member Functions |
Kind | getKind () const |
const std::string | getName () const |
int | getNumParams () const |
Params | getDefaultParams () const |
ParamInfo | getParamInfo (int index) const |
std::vector< PoleZeroPair > | getPoleZeros () const |
complex_t | response (double normalizedFrequency) const |
const Params & | getParams () const |
double | getParam (int paramIndex) const |
void | setParam (int paramIndex, double nativeValue) |
int | findParamId (int paramId) |
void | setParamById (int paramId, double nativeValue) |
void | setParams (const Params ¶meters) |
void | copyParamsFrom (Dsp::Filter const *other) |
virtual int | getNumChannels ()=0 |
virtual void | reset ()=0 |
virtual void | process (int numSamples, float *const *arrayOfChannels)=0 |
virtual void | process (int numSamples, double *const *arrayOfChannels)=0 |
Protected Member Functions |
void | doSetParams (const Params ¶meters) |
Protected Attributes |
DesignClass | m_design |
The documentation for this class was generated from the following file: