Audacity 3.2.0
|
#include <DistortionBase.h>
Public Attributes | |
float | samplerate |
sampleCount | skipcount |
int | tablechoiceindx |
bool | dcblock |
double | threshold |
double | noisefloor |
double | param1 |
double | param2 |
int | repeats |
std::queue< float > | queuesamples |
double | queuetotal |
bool | mbSavedFilterState { defaultDCBlock } |
double | mMakeupGain { 1.0 } |
Definition at line 21 of file DistortionBase.h.
bool EffectDistortionState::dcblock |
Definition at line 27 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit().
bool EffectDistortionState::mbSavedFilterState { defaultDCBlock } |
Definition at line 38 of file DistortionBase.h.
double EffectDistortionState::mMakeupGain { 1.0 } |
Definition at line 42 of file DistortionBase.h.
Referenced by DistortionBase::Instance::HardClip(), DistortionBase::Instance::InstanceProcess(), and DistortionBase::Instance::SoftClip().
double EffectDistortionState::noisefloor |
Definition at line 29 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit(), and DistortionBase::Instance::InstanceProcess().
double EffectDistortionState::param1 |
Definition at line 30 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit(), and DistortionBase::Instance::InstanceProcess().
double EffectDistortionState::param2 |
Definition at line 31 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit(), and DistortionBase::Instance::InstanceProcess().
std::queue<float> EffectDistortionState::queuesamples |
Definition at line 35 of file DistortionBase.h.
Referenced by DistortionBase::Instance::DCFilter(), and DistortionBase::Instance::InstanceInit().
double EffectDistortionState::queuetotal |
Definition at line 36 of file DistortionBase.h.
Referenced by DistortionBase::Instance::DCFilter(), and DistortionBase::Instance::InstanceInit().
int EffectDistortionState::repeats |
Definition at line 32 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit(), and DistortionBase::Instance::InstanceProcess().
float EffectDistortionState::samplerate |
Definition at line 24 of file DistortionBase.h.
Referenced by DistortionBase::Instance::DCFilter(), and DistortionBase::Instance::InstanceInit().
sampleCount EffectDistortionState::skipcount |
Definition at line 25 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit(), and DistortionBase::Instance::InstanceProcess().
int EffectDistortionState::tablechoiceindx |
Definition at line 26 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit(), and DistortionBase::Instance::InstanceProcess().
double EffectDistortionState::threshold |
Definition at line 28 of file DistortionBase.h.
Referenced by DistortionBase::Instance::InstanceInit(), and DistortionBase::Instance::InstanceProcess().