This is a struct containing all the parameters needed to describe a Distortion effect. More...
#include <effectparameters.h>
Public Member Functions | |
DistortionParameters (Real edge=0.2f, Real gain=0.05f, Real lowpassCutoff=8000.0f, Real eqCenter=3600.0f, Real eqBandwidth=3600.0f) | |
Struct constructor. More... | |
Public Attributes | |
Real | Edge |
This property controls the shape of the distortion. More... | |
Real | EqBandwidth |
This property controls the bandwidth of the post-distortion attenuation. More... | |
Real | EqCenter |
This property controls the frequency at which the post-distortion attenuation (Gain) is active. More... | |
Real | Gain |
This property allows you to attenuate the distorted sound. More... | |
Real | LowpassCutoff |
Input signal can have a low pass filter applied, to limit the amount of high frequency signal feeding into the distortion effect. More... | |
This is a struct containing all the parameters needed to describe a Distortion effect.
The distortion effect simulates turning up (overdriving) the gain stage on a guitar amplifier or adding a distortion pedal to an instrument's output.
Definition at line 414 of file effectparameters.h.
|
inline |
Struct constructor.
edge | This property controls the shape of the distortion. |
gain | This property allows you to attenuate the distorted sound. |
lowpassCutoff | Input signal can have a low pass filter applied, to limit the amount of high frequency signal feeding into the distortion effect. |
eqCenter | This property controls the frequency at which the post-distortion attenuation (Gain) is active. |
eqBandwidth | This property controls the bandwidth of the post-distortion attenuation. |
Definition at line 438 of file effectparameters.h.
Real Mezzanine::Audio::DistortionParameters::Edge |
This property controls the shape of the distortion.
Definition at line 418 of file effectparameters.h.
Real Mezzanine::Audio::DistortionParameters::EqBandwidth |
This property controls the bandwidth of the post-distortion attenuation.
Definition at line 430 of file effectparameters.h.
Real Mezzanine::Audio::DistortionParameters::EqCenter |
This property controls the frequency at which the post-distortion attenuation (Gain) is active.
Definition at line 427 of file effectparameters.h.
Real Mezzanine::Audio::DistortionParameters::Gain |
This property allows you to attenuate the distorted sound.
Definition at line 421 of file effectparameters.h.
Real Mezzanine::Audio::DistortionParameters::LowpassCutoff |
Input signal can have a low pass filter applied, to limit the amount of high frequency signal feeding into the distortion effect.
Definition at line 424 of file effectparameters.h.