Amuse
|
#include <EffectDelay.hpp>
Public Types | |
template<typename T > | |
using | ImpType = EffectDelayImp< T > |
Protected Attributes | |
uint32_t | x3c_delay [8] |
uint32_t | x48_feedback [8] |
uint32_t | x54_output [8] |
bool | m_dirty = true |
Mixes the audio back into itself after specified delay
Definition at line 15 of file EffectDelay.hpp.
|
protected |
needs update of internal parameter data
Definition at line 21 of file EffectDelay.hpp.
|
protected |
[10, 5000] time in ms of each channel's delay
Definition at line 18 of file EffectDelay.hpp.
|
protected |
[0, 100] percent to mix delayed signal with input signal
Definition at line 19 of file EffectDelay.hpp.
|
protected |
[0, 100] total output percent
Definition at line 20 of file EffectDelay.hpp.