#include <Distorsion.h>
|
| | Distorsion (bool insertion, float *efxoutl_, float *efxoutr_, unsigned int srate, int bufsize) |
| | ~Distorsion () |
| 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) |
| void | applyfilters (float *efxoutl, float *efxoutr) |
| | 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) |
◆ Distorsion()
| Distorsion::Distorsion |
( |
bool | insertion, |
|
|
float * | efxoutl_, |
|
|
float * | efxoutr_, |
|
|
unsigned int | srate, |
|
|
int | bufsize ) |
◆ ~Distorsion()
| Distorsion::~Distorsion |
( |
| ) |
|
◆ applyfilters()
| void Distorsion::applyfilters |
( |
float * | efxoutl, |
|
|
float * | efxoutr ) |
◆ changepar()
| void Distorsion::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 Distorsion::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()
◆ sethpf()
| void Distorsion::sethpf |
( |
unsigned char | _Phpf | ) |
|
|
private |
◆ setlpf()
| void Distorsion::setlpf |
( |
unsigned char | _Plpf | ) |
|
|
private |
◆ setpreset()
| void Distorsion::setpreset |
( |
unsigned char | npreset | ) |
|
|
virtual |
Choose a preset
- Parameters
-
| npreset | number of chosen preset |
Implements Effect.
◆ setvolume()
| void Distorsion::setvolume |
( |
unsigned char | _Pvolume | ) |
|
|
private |
◆ hpfl
◆ hpfr
◆ lpfl
◆ lpfr
◆ Pdrive
| unsigned char Distorsion::Pdrive |
|
private |
◆ Phpf
| unsigned char Distorsion::Phpf |
|
private |
◆ Plevel
| unsigned char Distorsion::Plevel |
|
private |
◆ Plpf
| unsigned char Distorsion::Plpf |
|
private |
◆ Pnegate
| unsigned char Distorsion::Pnegate |
|
private |
◆ Pprefiltering
| unsigned char Distorsion::Pprefiltering |
|
private |
◆ Pstereo
| unsigned char Distorsion::Pstereo |
|
private |
◆ Ptype
| unsigned char Distorsion::Ptype |
|
private |
◆ Pvolume
| unsigned char Distorsion::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/Distorsion.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/ZynAddSubFx/zynaddsubfx/src/Effects/Distorsion.cpp