@@ -27,19 +27,19 @@ public interface EFX {
2727 /* Effect properties. */
2828
2929 /* Reverb effect parameters */
30- public static final int AL_REVERB_DENSITY = 0x0001 ;
31- public static final int AL_REVERB_DIFFUSION = 0x0002 ;
32- public static final int AL_REVERB_GAIN = 0x0003 ;
33- public static final int AL_REVERB_GAINHF = 0x0004 ;
34- public static final int AL_REVERB_DECAY_TIME = 0x0005 ;
35- public static final int AL_REVERB_DECAY_HFRATIO = 0x0006 ;
36- public static final int AL_REVERB_REFLECTIONS_GAIN = 0x0007 ;
37- public static final int AL_REVERB_REFLECTIONS_DELAY = 0x0008 ;
38- public static final int AL_REVERB_LATE_REVERB_GAIN = 0x0009 ;
39- public static final int AL_REVERB_LATE_REVERB_DELAY = 0x000A ;
30+ public static final int AL_REVERB_DENSITY = 0x0001 ;
31+ public static final int AL_REVERB_DIFFUSION = 0x0002 ;
32+ public static final int AL_REVERB_GAIN = 0x0003 ;
33+ public static final int AL_REVERB_GAINHF = 0x0004 ;
34+ public static final int AL_REVERB_DECAY_TIME = 0x0005 ;
35+ public static final int AL_REVERB_DECAY_HFRATIO = 0x0006 ;
36+ public static final int AL_REVERB_REFLECTIONS_GAIN = 0x0007 ;
37+ public static final int AL_REVERB_REFLECTIONS_DELAY = 0x0008 ;
38+ public static final int AL_REVERB_LATE_REVERB_GAIN = 0x0009 ;
39+ public static final int AL_REVERB_LATE_REVERB_DELAY = 0x000A ;
4040 public static final int AL_REVERB_AIR_ABSORPTION_GAINHF = 0x000B ;
41- public static final int AL_REVERB_ROOM_ROLLOFF_FACTOR = 0x000C ;
42- public static final int AL_REVERB_DECAY_HFLIMIT = 0x000D ;
41+ public static final int AL_REVERB_ROOM_ROLLOFF_FACTOR = 0x000C ;
42+ public static final int AL_REVERB_DECAY_HFLIMIT = 0x000D ;
4343
4444 /* EAX Reverb effect parameters */
4545 //#define AL_EAXREVERB_DENSITY 0x0001
@@ -171,28 +171,28 @@ public interface EFX {
171171 ///* Filter properties. */
172172
173173 /* Lowpass filter parameters */
174- public static final int AL_LOWPASS_GAIN = 0x0001 ;
175- public static final int AL_LOWPASS_GAINHF = 0x0002 ;
174+ public static final int AL_LOWPASS_GAIN = 0x0001 ;
175+ public static final int AL_LOWPASS_GAINHF = 0x0002 ;
176176
177- /// * Highpass filter parameters */
178- //#define AL_HIGHPASS_GAIN 0x0001
179- //#define AL_HIGHPASS_GAINLF 0x0002
177+ // * Highpass filter parameters */
178+ public static final int AL_HIGHPASS_GAIN = 0x0001 ;
179+ public static final int AL_HIGHPASS_GAINLF = 0x0002 ;
180180
181- /// * Bandpass filter parameters */
182- //#define AL_BANDPASS_GAIN 0x0001
183- //#define AL_BANDPASS_GAINLF 0x0002
184- //#define AL_BANDPASS_GAINHF 0x0003
181+ // * Bandpass filter parameters */
182+ public static final int AL_BANDPASS_GAIN = 0x0001 ;
183+ public static final int AL_BANDPASS_GAINLF = 0x0002 ;
184+ public static final int AL_BANDPASS_GAINHF = 0x0003 ;
185185
186186 /* Filter type */
187187 //#define AL_FILTER_FIRST_PARAMETER 0x0000
188188 //#define AL_FILTER_LAST_PARAMETER 0x8000
189- public static final int AL_FILTER_TYPE = 0x8001 ;
189+ public static final int AL_FILTER_TYPE = 0x8001 ;
190190
191191 /* Filter types, used with the AL_FILTER_TYPE property */
192- public static final int AL_FILTER_NULL = 0x0000 ;
193- public static final int AL_FILTER_LOWPASS = 0x0001 ;
194- public static final int AL_FILTER_HIGHPASS = 0x0002 ;
195- //#define AL_FILTER_BANDPASS 0x0003
192+ public static final int AL_FILTER_NULL = 0x0000 ;
193+ public static final int AL_FILTER_LOWPASS = 0x0001 ;
194+ public static final int AL_FILTER_HIGHPASS = 0x0002 ;
195+ public static final int AL_FILTER_BANDPASS = 0x0003 ;
196196
197197 ///* Filter ranges and defaults. */
198198 //
0 commit comments