#include <Alienwah.h>
|
| | Alienwah (bool insertion_, float *const efxoutl_, float *const efxoutr_, unsigned int srate, int bufsize) |
| | ~Alienwah () |
| 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) |
| | 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) |
| virtual float | getfreqresponse (float freq) |
◆ Alienwah()
| Alienwah::Alienwah |
( |
bool | insertion_, |
|
|
float *const | efxoutl_, |
|
|
float *const | efxoutr_, |
|
|
unsigned int | srate, |
|
|
int | bufsize ) |
Constructor
- Parameters
-
| insertion_ | true for insertion Effect |
| efxoutl_ | Pointer to Alienwah's left channel output buffer |
| efxoutr_ | Pointer to Alienwah's left channel output buffer |
- Returns
- Initialized Alienwah
◆ ~Alienwah()
◆ changepar()
| void Alienwah::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.
◆ getpar()
| unsigned char Alienwah::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()
- Todo
- Rework, as optimization can be used when the new complex type is utilized. Before all calculations needed to be done with individual float, but now they can be done together
Implements Effect.
◆ setdelay()
| void Alienwah::setdelay |
( |
unsigned char | _Pdelay | ) |
|
|
private |
◆ setdepth()
| void Alienwah::setdepth |
( |
unsigned char | _Pdepth | ) |
|
|
private |
◆ setfb()
| void Alienwah::setfb |
( |
unsigned char | _Pfb | ) |
|
|
private |
◆ setphase()
| void Alienwah::setphase |
( |
unsigned char | _Pphase | ) |
|
|
private |
◆ setpreset()
| void Alienwah::setpreset |
( |
unsigned char | npreset | ) |
|
|
virtual |
Choose a preset
- Parameters
-
| npreset | number of chosen preset |
Implements Effect.
◆ setvolume()
| void Alienwah::setvolume |
( |
unsigned char | _Pvolume | ) |
|
|
private |
◆ depth
◆ fb
◆ lfo
◆ oldclfol
◆ oldclfor
◆ oldk
◆ oldl
◆ oldr
◆ Pdelay
| unsigned char Alienwah::Pdelay |
|
private |
◆ Pdepth
| unsigned char Alienwah::Pdepth |
|
private |
◆ Pfb
| unsigned char Alienwah::Pfb |
|
private |
◆ phase
◆ Pphase
| unsigned char Alienwah::Pphase |
|
private |
◆ Pvolume
| unsigned char Alienwah::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/Alienwah.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Effects/Alienwah.cpp