Audacity 3.2.0
|
#include <WahWahBase.h>
Public Attributes | |
float | samplerate |
double | depth |
double | freqofs |
double | phase |
double | outgain |
double | lfoskip |
unsigned long | skipcount |
double | xn1 |
double | xn2 |
double | yn1 |
double | yn2 |
double | b0 |
double | b1 |
double | b2 |
double | a0 |
double | a1 |
double | a2 |
Definition at line 15 of file WahWahBase.h.
double EffectWahwahState::a0 |
Definition at line 26 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::a1 |
Definition at line 26 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::a2 |
Definition at line 26 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::b0 |
Definition at line 26 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::b1 |
Definition at line 26 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::b2 |
Definition at line 26 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::depth |
Definition at line 19 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::freqofs |
Definition at line 20 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::lfoskip |
Definition at line 23 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::outgain |
Definition at line 22 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::phase |
Definition at line 21 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), WahWahBase::Instance::InstanceProcess(), and WahWahBase::Instance::ProcessInitialize().
float EffectWahwahState::samplerate |
Definition at line 18 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
unsigned long EffectWahwahState::skipcount |
Definition at line 24 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::xn1 |
Definition at line 25 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::xn2 |
Definition at line 25 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::yn1 |
Definition at line 25 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().
double EffectWahwahState::yn2 |
Definition at line 25 of file WahWahBase.h.
Referenced by WahWahBase::Instance::InstanceInit(), and WahWahBase::Instance::InstanceProcess().