List of all members.
Public Member Functions |
int | getNumChannels () |
void | reset () |
void | process (int numSamples, float *const *arrayOfChannels) |
void | process (int numSamples, double *const *arrayOfChannels) |
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) |
Protected Attributes |
ChannelsState< Channels,
typename DesignClass::template
State< StateType > > | m_state |
DesignClass | m_design |
Additional Inherited Members |
void | doSetParams (const Params ¶meters) |
The documentation for this class was generated from the following file: