This is a struct containing all the parameters needed to describe an Auto-Wah effect. More...
#include <effectparameters.h>
Public Member Functions | |
AutowahParameters (Real attackTime=0.06f, Real releaseTime=0.06f, Real resonance=1000.0f, Real peakGain=11.22f) | |
Struct constructor. More... | |
Public Attributes | |
Real | AttackTime |
This property controls the time the filtering effect takes to sweep from minimum to maximum center frequency when it is triggered by input signal. More... | |
Real | PeakGain |
This property controls the input signal level at which the band-pass filter will be fully opened. More... | |
Real | ReleaseTime |
This property controls the time the filtering effect takes to sweep from maximum back to base center frequency, when the input signal ends. More... | |
Real | Resonance |
This property controls the resonant peak, sometimes known as emphasis or Q, of the auto-wah band-pass filter. More... | |
This is a struct containing all the parameters needed to describe an Auto-Wah effect.
The Auto-wah effect emulates the sound of a wah-wah pedal used with an electric guitar, or a mute on a brass instrument.
Definition at line 727 of file effectparameters.h.
|
inline |
Struct constructor.
attackTime | This property controls the time the filtering effect takes to sweep from minimum to maximum center frequency when it is triggered by input signal. |
releaseTime | This property controls the time the filtering effect takes to sweep from maximum back to base center frequency, when the input signal ends. |
resonance | This property controls the resonant peak, sometimes known as emphasis or Q, of the auto-wah band-pass filter. |
peakGain | This property controls the input signal level at which the band-pass filter will be fully opened. |
Definition at line 748 of file effectparameters.h.
Real Mezzanine::Audio::AutowahParameters::AttackTime |
This property controls the time the filtering effect takes to sweep from minimum to maximum center frequency when it is triggered by input signal.
Definition at line 731 of file effectparameters.h.
Real Mezzanine::Audio::AutowahParameters::PeakGain |
This property controls the input signal level at which the band-pass filter will be fully opened.
Definition at line 741 of file effectparameters.h.
Real Mezzanine::Audio::AutowahParameters::ReleaseTime |
This property controls the time the filtering effect takes to sweep from maximum back to base center frequency, when the input signal ends.
Definition at line 734 of file effectparameters.h.
Real Mezzanine::Audio::AutowahParameters::Resonance |
This property controls the resonant peak, sometimes known as emphasis or Q, of the auto-wah band-pass filter.
Definition at line 738 of file effectparameters.h.