Amuse
|
#include <EffectReverb.hpp>
Public Types | |
template<typename T > | |
using | ImpType = EffectReverbHiImp< T > |
Public Types inherited from amuse::EffectReverbStd | |
template<typename T > | |
using | ImpType = EffectReverbStdImp< T > |
Public Member Functions | |
void | setCrosstalk (float crosstalk) |
Public Member Functions inherited from amuse::EffectReverbStd | |
void | setColoration (float coloration) |
void | setMix (float mix) |
void | setTime (float time) |
void | setDamping (float damping) |
void | setPreDelay (float preDelay) |
Friends | |
template<typename T > | |
class | EffectReverbHiImp |
Additional Inherited Members | |
Protected Member Functions inherited from amuse::EffectReverbStd | |
EffectReverbStd (float coloration, float mix, float time, float damping, float preDelay) | |
Protected Attributes inherited from amuse::EffectReverbStd | |
float | x140_x1c8_coloration |
float | x144_x1cc_mix |
float | x148_x1d0_time |
float | x14c_x1d4_damping |
float | x150_x1d8_preDelay |
bool | m_dirty = true |
Reverb effect with configurable reflection filtering, adds per-channel low-pass and crosstalk
Definition at line 83 of file EffectReverb.hpp.