This is a struct containing all the parameters needed to describe an equalizer effect. More...
#include <effectparameters.h>
Public Member Functions | |
EqualizerParameters (Real lowGain=1.0f, Real lowCutoff=200.0f, Real mid1Gain=1.0f, Real mid1Center=500.0f, Real mid1Width=1.0f, Real mid2Gain=1.0f, Real mid2Center=3000.0f, Real mid2Width=1.0f, Real highGain=1.0f, Real highCutoff=6000.0f) | |
Struct constructor. More... | |
Public Attributes | |
Real | HighCutoff |
This property controls the high frequency above which signal will be cut off. More... | |
Real | HighGain |
This property allows you to cut / boost the signal at high frequencies. More... | |
Real | LowCutoff |
This property controls the low frequency below which signal will be cut off. More... | |
Real | LowGain |
This property controls amount of cut or boost on the low frequency range. More... | |
Real | Mid1Center |
This property sets the center frequency for the "mid1" range. More... | |
Real | Mid1Gain |
This property allows you to cut / boost signal on the "mid1" range. More... | |
Real | Mid1Width |
This property controls the width of the "mid1" range. More... | |
Real | Mid2Center |
This property sets the center frequency for the "mid2" range. More... | |
Real | Mid2Gain |
This property allows you to cut / boost signal on the "mid2" range. More... | |
Real | Mid2Width |
This property controls the width of the "mid2" range. More... | |
This is a struct containing all the parameters needed to describe an equalizer effect.
The OpenAL Effects Extension EQ is very flexible, providing tonal control over four different adjustable frequency ranges.
Definition at line 777 of file effectparameters.h.
|
inline |
Struct constructor.
lowGain | This property controls amount of cut or boost on the low frequency range. |
lowCutoff | This property controls the low frequency below which signal will be cut off. |
mid1Gain | This property allows you to cut / boost signal on the "mid1" range. |
mid1Center | This property sets the center frequency for the "mid1" range. |
mid1Width | This property controls the width of the "mid1" range. |
mid2Gain | This property allows you to cut / boost signal on the "mid2" range. |
mid2Center | This property sets the center frequency for the "mid2" range. |
mid2Width | This property controls the width of the "mid2" range. |
highGain | This property allows you to cut / boost the signal at high frequencies. |
highCutoff | This property controls the high frequency above which signal will be cut off. |
Definition at line 821 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::HighCutoff |
This property controls the high frequency above which signal will be cut off.
Definition at line 808 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::HighGain |
This property allows you to cut / boost the signal at high frequencies.
Definition at line 805 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::LowCutoff |
This property controls the low frequency below which signal will be cut off.
Definition at line 784 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::LowGain |
This property controls amount of cut or boost on the low frequency range.
Definition at line 781 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::Mid1Center |
This property sets the center frequency for the "mid1" range.
Definition at line 790 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::Mid1Gain |
This property allows you to cut / boost signal on the "mid1" range.
Definition at line 787 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::Mid1Width |
This property controls the width of the "mid1" range.
Definition at line 793 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::Mid2Center |
This property sets the center frequency for the "mid2" range.
Definition at line 799 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::Mid2Gain |
This property allows you to cut / boost signal on the "mid2" range.
Definition at line 796 of file effectparameters.h.
Real Mezzanine::Audio::EqualizerParameters::Mid2Width |
This property controls the width of the "mid2" range.
Definition at line 802 of file effectparameters.h.