aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-17 07:29:50 -0700
committerChris Robinson <[email protected]>2014-05-17 07:29:50 -0700
commit3a26ebef0bbe62f3143c5cb3de0e108f0bcb8b91 (patch)
tree56426e11f3ae58c72f79fb90cc657d5c0a2f319d /Alc/ALc.c
parent0b5b39d5e60b250a41a6f306f3167a553d5dad58 (diff)
Implementing handling high-pass filter properties
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 974ba6fa..99be73f8 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -565,14 +565,17 @@ static const ALCenums enumeration[] = {
DECL(AL_FILTER_TYPE),
DECL(AL_FILTER_NULL),
DECL(AL_FILTER_LOWPASS),
-#if 0
DECL(AL_FILTER_HIGHPASS),
+#if 0
DECL(AL_FILTER_BANDPASS),
#endif
DECL(AL_LOWPASS_GAIN),
DECL(AL_LOWPASS_GAINHF),
+ DECL(AL_HIGHPASS_GAIN),
+ DECL(AL_HIGHPASS_GAINLF),
+
DECL(AL_EFFECT_TYPE),
DECL(AL_EFFECT_NULL),
DECL(AL_EFFECT_REVERB),