aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alEffect.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2007-12-17 17:52:03 -0800
committerChris Robinson <[email protected]>2007-12-17 17:52:03 -0800
commit670487b4dde9ebbf708b0b8ee112f3c482c865bb (patch)
tree5f456517e90da8bcd1d1d2853cac97e2c6397a3d /OpenAL32/Include/alEffect.h
parent0ac746df570551824bd3e5e6cf70b2e276436f8c (diff)
Add effect type enums
Diffstat (limited to 'OpenAL32/Include/alEffect.h')
-rw-r--r--OpenAL32/Include/alEffect.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h
index e03c523f..d42f5adc 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/Include/alEffect.h
@@ -10,6 +10,18 @@ extern "C" {
#define AL_EFFECT_TYPE 0x8001
#define AL_EFFECT_NULL 0x0000
+#define AL_EFFECT_REVERB 0x0001
+#define AL_EFFECT_CHORUS 0x0002
+#define AL_EFFECT_DISTORTION 0x0003
+#define AL_EFFECT_ECHO 0x0004
+#define AL_EFFECT_FLANGER 0x0005
+#define AL_EFFECT_FREQUENCY_SHIFTER 0x0006
+#define AL_EFFECT_VOCAL_MORPHER 0x0007
+#define AL_EFFECT_PITCH_SHIFTER 0x0008
+#define AL_EFFECT_RING_MODULATOR 0x0009
+#define AL_EFFECT_AUTOWAH 0x000A
+#define AL_EFFECT_COMPRESSOR 0x000B
+#define AL_EFFECT_EQUALIZER 0x000C
typedef struct ALeffect_struct
{