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 453 of file effectparameters.h.
|
inline |
Struct constructor.
delay@copybrief | EchoParameters::Delay |
lRDelay@copybrief | EchoParameters::LRDelay |
damping@copybrief | EchoParameters::Damping |
feedback@copybrief | EchoParameters::Feedback |
spread@copybrief | EchoParameters::Spread |
Definition at line 480 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 464 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 457 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 468 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 460 of file effectparameters.h.
Real Mezzanine::Audio::EchoParameters::Spread |
This property controls how hard panned the individual echoes are.
Definition at line 472 of file effectparameters.h.