![]() |
Audacity 3.2.0
|
#include <PhaserBase.h>
Public Attributes | |
| float | samplerate |
| sampleCount | skipcount |
| double | old [NUM_STAGES] |
| double | gain |
| double | fbout |
| double | outgain |
| double | lfoskip |
| double | phase |
| int | laststages |
Definition at line 23 of file PhaserBase.h.
| double EffectPhaserState::fbout |
Definition at line 31 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceInit(), and PhaserBase::Instance::InstanceProcess().
| double EffectPhaserState::gain |
Definition at line 30 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceInit(), and PhaserBase::Instance::InstanceProcess().
| int EffectPhaserState::laststages |
Definition at line 35 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceInit(), and PhaserBase::Instance::InstanceProcess().
| double EffectPhaserState::lfoskip |
Definition at line 33 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceProcess().
| double EffectPhaserState::old[NUM_STAGES] |
Definition at line 29 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceInit(), and PhaserBase::Instance::InstanceProcess().
| double EffectPhaserState::outgain |
Definition at line 32 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceInit(), and PhaserBase::Instance::InstanceProcess().
| double EffectPhaserState::phase |
Definition at line 34 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceProcess().
| float EffectPhaserState::samplerate |
Definition at line 27 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceInit(), and PhaserBase::Instance::InstanceProcess().
| sampleCount EffectPhaserState::skipcount |
Definition at line 28 of file PhaserBase.h.
Referenced by PhaserBase::Instance::InstanceInit(), and PhaserBase::Instance::InstanceProcess().