#include <Chorus.h>
Chorus and Flange effects
◆ Chorus()
◆ ~Chorus()
◆ changepar()
| void Chorus::changepar |
( |
int | npar, |
|
|
unsigned char | value ) |
|
virtual |
Sets the value of the chosen variable
The possible parameters are:
- Volume
- Panning
- LFO Frequency
- LFO Randomness
- LFO Type
- LFO stereo
- Depth
- Delay
- Feedback
- Flange Mode
- Subtractive
- Parameters
-
| npar | number of chosen parameter |
| value | the new value |
Implements zyncarla::Effect.
◆ cleanup()
◆ getdelay()
| float Chorus::getdelay |
( |
float | xlfo | ) |
|
|
private |
◆ getpar()
| unsigned char Chorus::getpar |
( |
int | npar | ) |
const |
|
virtual |
Gets the value of the chosen variable
The possible parameters are:
- Volume
- Panning
- LFO Frequency
- LFO Randomness
- LFO Type
- LFO stereo
- Depth
- Delay
- Feedback
- Flange Mode
- Subtractive
- Parameters
-
| npar | number of chosen parameter |
- Returns
- the value of the parameter
Implements zyncarla::Effect.
◆ out()
◆ setdelay()
| void Chorus::setdelay |
( |
unsigned char | _Pdelay | ) |
|
|
private |
◆ setdepth()
| void Chorus::setdepth |
( |
unsigned char | _Pdepth | ) |
|
|
private |
◆ setfb()
| void Chorus::setfb |
( |
unsigned char | _Pfb | ) |
|
|
private |
◆ setpreset()
| void Chorus::setpreset |
( |
unsigned char | npreset | ) |
|
|
virtual |
Choose a preset
- Parameters
-
| npreset | number of chosen preset |
Implements zyncarla::Effect.
◆ setvolume()
| void Chorus::setvolume |
( |
unsigned char | _Pvolume | ) |
|
|
private |
◆ delay
| float zyncarla::Chorus::delay |
|
private |
◆ delaySample
| Stereo<float *> zyncarla::Chorus::delaySample |
|
private |
◆ depth
| float zyncarla::Chorus::depth |
|
private |
◆ dl1
| float zyncarla::Chorus::dl1 |
|
private |
◆ dl2
| float zyncarla::Chorus::dl2 |
|
private |
◆ dlhi
| int zyncarla::Chorus::dlhi |
|
private |
◆ dlk
| int zyncarla::Chorus::dlk |
|
private |
◆ dr1
| float zyncarla::Chorus::dr1 |
|
private |
◆ dr2
| float zyncarla::Chorus::dr2 |
|
private |
◆ drk
| int zyncarla::Chorus::drk |
|
private |
◆ fb
| float zyncarla::Chorus::fb |
|
private |
◆ lfo
◆ lfol
| float zyncarla::Chorus::lfol |
|
private |
◆ lfor
| float zyncarla::Chorus::lfor |
|
private |
◆ maxdelay
| int zyncarla::Chorus::maxdelay |
|
private |
◆ Pdelay
| unsigned char zyncarla::Chorus::Pdelay |
|
private |
◆ Pdepth
| unsigned char zyncarla::Chorus::Pdepth |
|
private |
◆ Pfb
| unsigned char zyncarla::Chorus::Pfb |
|
private |
◆ Pflangemode
| unsigned char zyncarla::Chorus::Pflangemode |
|
private |
◆ ports
◆ Poutsub
| unsigned char zyncarla::Chorus::Poutsub |
|
private |
◆ Pvolume
| unsigned char zyncarla::Chorus::Pvolume |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/Effects/Chorus.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/CarlaBase/carla/source/native-plugins/external/zynaddsubfx/Effects/Chorus.cpp