diff options
Diffstat (limited to 'OpenAL32/Include/alAuxEffectSlot.h')
-rw-r--r-- | OpenAL32/Include/alAuxEffectSlot.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenAL32/Include/alAuxEffectSlot.h b/OpenAL32/Include/alAuxEffectSlot.h index 66b3ba20..d4cb0d11 100644 --- a/OpenAL32/Include/alAuxEffectSlot.h +++ b/OpenAL32/Include/alAuxEffectSlot.h @@ -21,6 +21,15 @@ typedef struct ALeffectslot ALfloat Gain; ALboolean AuxSendAuto; + ALfloat *ReverbBuffer; + // in frames! + ALuint ReverbLength; + ALuint ReverbPos; + ALuint ReverbReflectPos; + ALuint ReverbLatePos; + ALfloat ReverbDecayGain; + ALfloat LastDecaySample; + ALuint refcount; // Index to itself |