![]() |
Mixxx
|
#include <enginefilter.h>


Public Member Functions | |
| EngineFilter (char *conf, int predefinedType=0) | |
| ~EngineFilter () | |
| void | process (const CSAMPLE *pIn, const CSAMPLE *ppOut, const int iBufferSize) |
Protected Attributes | |
| const double * | coefs |
| double | iir |
| double | fir |
| double | tmp |
| double | buf1 [FILTER_BUF_SIZE] |
| double | buf2 [FILTER_BUF_SIZE] |
Definition at line 36 of file enginefilter.h.
| EngineFilter::EngineFilter | ( | char * | conf, |
| int | predefinedType = 0 |
||
| ) |
| EngineFilter::~EngineFilter | ( | ) |
Definition at line 54 of file enginefilter.cpp.
| void EngineFilter::process | ( | const CSAMPLE * | pIn, |
| const CSAMPLE * | ppOut, | ||
| const int | iBufferSize | ||
| ) | [virtual] |
Implements EngineObject.
Definition at line 67 of file enginefilter.cpp.
double EngineFilter::buf1[FILTER_BUF_SIZE] [protected] |
Definition at line 48 of file enginefilter.h.
double EngineFilter::buf2[FILTER_BUF_SIZE] [protected] |
Definition at line 49 of file enginefilter.h.
const double* EngineFilter::coefs [protected] |
Definition at line 43 of file enginefilter.h.
double EngineFilter::fir [protected] |
Definition at line 45 of file enginefilter.h.
double EngineFilter::iir [protected] |
Definition at line 44 of file enginefilter.h.
double EngineFilter::tmp [protected] |
Definition at line 46 of file enginefilter.h.