#include <EQ.h>
|
| | EQ (bool insertion_, float *efxoutl_, float *efxoutr_, unsigned int srate, int bufsize) |
| | ~EQ () |
| void | out (const Stereo< float * > &smp) |
| void | setpreset (unsigned char npreset) |
| void | changepar (int npar, unsigned char value) |
| unsigned char | getpar (int npar) const |
| void | cleanup (void) |
| float | getfreqresponse (float freq) |
| | Effect (bool insertion_, float *efxoutl_, float *efxoutr_, FilterParams *filterpars_, unsigned char Ppreset_, unsigned int srate, int bufsize) |
| virtual | ~Effect () |
| void | out (float *const smpsl, float *const smpsr) |
◆ EQ()
| EQ::EQ |
( |
bool | insertion_, |
|
|
float * | efxoutl_, |
|
|
float * | efxoutr_, |
|
|
unsigned int | srate, |
|
|
int | bufsize ) |
◆ ~EQ()
◆ changepar()
| void EQ::changepar |
( |
int | npar, |
|
|
unsigned char | value ) |
|
virtual |
Change parameter npar to value
- Parameters
-
| npar | chosen parameter |
| value | chosen new value |
Implements Effect.
◆ cleanup()
Reset the state of the effect
Reimplemented from Effect.
◆ getfreqresponse()
| float EQ::getfreqresponse |
( |
float | freq | ) |
|
|
virtual |
◆ getpar()
| unsigned char EQ::getpar |
( |
int | npar | ) |
const |
|
virtual |
Get the value of parameter npar
- Parameters
-
- Returns
- the value of the parameter in an unsigned char or 0 if it does not exist
Implements Effect.
◆ out()
◆ setpreset()
| void EQ::setpreset |
( |
unsigned char | npreset | ) |
|
|
virtual |
Choose a preset
- Parameters
-
| npreset | number of chosen preset |
Implements Effect.
◆ setvolume()
| void EQ::setvolume |
( |
unsigned char | _Pvolume | ) |
|
|
private |
◆ [struct]
◆ Pfreq
◆ Pgain
◆ Pq
◆ Pstages
| unsigned char EQ::Pstages |
◆ Ptype
◆ Pvolume
| unsigned char EQ::Pvolume |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Effects/EQ.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Effects/EQ.cpp