Audacity 3.2.0
|
#include <WahWahBase.h>
Public Attributes | |
double | mFreq { freqDefault } |
double | mPhase { phaseDefault } |
int | mDepth { depthDefault } |
double | mRes { resDefault } |
int | mFreqOfs { freqOfsDefault } |
double | mOutGain { outGainDefault } |
Static Public Attributes | |
static constexpr double | freqDefault = 1.5 |
static constexpr double | phaseDefault = 0.0 |
static constexpr int | depthDefault = 70 |
static constexpr double | resDefault = 2.5 |
static constexpr int | freqOfsDefault = 30 |
static constexpr double | outGainDefault = -6.0 |
Definition at line 29 of file WahWahBase.h.
|
staticconstexpr |
Definition at line 45 of file WahWahBase.h.
|
staticconstexpr |
Definition at line 43 of file WahWahBase.h.
|
staticconstexpr |
Definition at line 47 of file WahWahBase.h.
int EffectWahwahSettings::mDepth { depthDefault } |
Definition at line 52 of file WahWahBase.h.
double EffectWahwahSettings::mFreq { freqDefault } |
Definition at line 50 of file WahWahBase.h.
int EffectWahwahSettings::mFreqOfs { freqOfsDefault } |
Definition at line 54 of file WahWahBase.h.
double EffectWahwahSettings::mOutGain { outGainDefault } |
Definition at line 55 of file WahWahBase.h.
double EffectWahwahSettings::mPhase { phaseDefault } |
Definition at line 51 of file WahWahBase.h.
double EffectWahwahSettings::mRes { resDefault } |
Definition at line 53 of file WahWahBase.h.
|
staticconstexpr |
Definition at line 48 of file WahWahBase.h.
|
staticconstexpr |
Definition at line 44 of file WahWahBase.h.
|
staticconstexpr |
Definition at line 46 of file WahWahBase.h.