Public Methods |
|
| CombFilter (unsigned delay, float c1, float c2) |
|
void | SetDelay (unsigned delay) |
|
void | SetC1 (float c1) |
|
void | SetC2 (float c2) |
|
void | SetCoefficients (unsigned delay, float c1, float c2) |
|
unsigned | GetDelay () const |
|
float | GetC1 () const |
|
float | GetC2 () const |
|
void | GetCoefficients (unsigned& delay, float& c1, float& c2) const |
|
virtual const char* | GetName () const |
Protected Attributes |
|
unsigned | m_delay |
|
float | m_c1 |
|
float | m_c2 |
|
bool | m_delayed |
Introduced so that I could reduce the number of dialogs that need to be created.