Audacity 3.2.0
|
#include <PhaserBase.h>
Public Attributes | |
int | mStages { stagesDefault } |
int | mDryWet { dryWetDefault } |
double | mFreq { freqDefault } |
double | mPhase { phaseDefault } |
int | mDepth { depthDefault } |
int | mFeedback { feedbackDefault } |
double | mOutGain { outGainDefault } |
Static Public Attributes | |
static constexpr int | stagesDefault = 2 |
static constexpr int | dryWetDefault = 128 |
static constexpr double | freqDefault = 0.4 |
static constexpr double | phaseDefault = 0.0 |
static constexpr int | depthDefault = 100 |
static constexpr int | feedbackDefault = 0 |
static constexpr double | outGainDefault = -6.0 |
Definition at line 38 of file PhaserBase.h.
|
staticconstexpr |
Definition at line 56 of file PhaserBase.h.
|
staticconstexpr |
Definition at line 53 of file PhaserBase.h.
|
staticconstexpr |
Definition at line 57 of file PhaserBase.h.
|
staticconstexpr |
Definition at line 54 of file PhaserBase.h.
int EffectPhaserSettings::mDepth { depthDefault } |
Definition at line 64 of file PhaserBase.h.
int EffectPhaserSettings::mDryWet { dryWetDefault } |
Definition at line 61 of file PhaserBase.h.
int EffectPhaserSettings::mFeedback { feedbackDefault } |
Definition at line 65 of file PhaserBase.h.
double EffectPhaserSettings::mFreq { freqDefault } |
Definition at line 62 of file PhaserBase.h.
double EffectPhaserSettings::mOutGain { outGainDefault } |
Definition at line 66 of file PhaserBase.h.
double EffectPhaserSettings::mPhase { phaseDefault } |
Definition at line 63 of file PhaserBase.h.
int EffectPhaserSettings::mStages { stagesDefault } |
Definition at line 60 of file PhaserBase.h.
|
staticconstexpr |
Definition at line 58 of file PhaserBase.h.
|
staticconstexpr |
Definition at line 55 of file PhaserBase.h.
|
staticconstexpr |
Definition at line 52 of file PhaserBase.h.