This is a struct containing all the parameters needed to describe an echo effect. More...
#include <effectparameters.h>
Public Member Functions | |
EchoParameters (Real delay=0.1f, Real lRDelay=0.1f, Real damping=0.5f, Real feedback=0.5f, Real spread=-1.0f) | |
Struct constructor. More... | |
Public Attributes | |
Real | Damping |
This property controls the amount of high frequency damping applied to each echo. More... | |
Real | Delay |
This property controls the delay between the original sound and the first "tap", or echo instance. More... | |
Real | Feedback |
This property controls the amount of feedback the output signal fed back into the input. More... | |
Real | LRDelay |
This property controls the delay between the first "tap" and the second "tap". More... | |
Real | Spread |
This property controls how hard panned the individual echoes are. More... | |
This is a struct containing all the parameters needed to describe an echo effect.
The echo effect generates discrete, delayed instances of the input signal.
Definition at line 452 of file effectparameters.h.
|
inline |
Struct constructor.
delay | This property controls the delay between the original sound and the first "tap", or echo instance. |
lRDelay | This property controls the delay between the first "tap" and the second "tap". |
damping | This property controls the amount of high frequency damping applied to each echo. |
feedback | This property controls the amount of feedback the output signal fed back into the input. |
spread | This property controls how hard panned the individual echoes are. |
Definition at line 479 of file effectparameters.h.
Real Mezzanine::Audio::EchoParameters::Damping |
This property controls the amount of high frequency damping applied to each echo.
Definition at line 463 of file effectparameters.h.
Real Mezzanine::Audio::EchoParameters::Delay |
This property controls the delay between the original sound and the first "tap", or echo instance.
Definition at line 456 of file effectparameters.h.
Real Mezzanine::Audio::EchoParameters::Feedback |
This property controls the amount of feedback the output signal fed back into the input.
Definition at line 467 of file effectparameters.h.
Real Mezzanine::Audio::EchoParameters::LRDelay |
This property controls the delay between the first "tap" and the second "tap".
Definition at line 459 of file effectparameters.h.
Real Mezzanine::Audio::EchoParameters::Spread |
This property controls how hard panned the individual echoes are.
Definition at line 471 of file effectparameters.h.