diff options
author | Sven Gothel <[email protected]> | 2011-02-09 05:05:13 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-09 05:05:13 +0100 |
commit | c4311f1abc4aefefb8a846b0397e184a8a382b31 (patch) | |
tree | 1d61cf26d41db1619bb104741fb6a9c732e28187 /make/stub_includes | |
parent | b014a46d18d593136640c928f790494fc33a6d1e (diff) |
Expand tabs to 4 spaces
Diffstat (limited to 'make/stub_includes')
-rwxr-xr-x | make/stub_includes/openal/efx.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/make/stub_includes/openal/efx.h b/make/stub_includes/openal/efx.h index ab6cc07..b7f5108 100755 --- a/make/stub_includes/openal/efx.h +++ b/make/stub_includes/openal/efx.h @@ -90,7 +90,7 @@ extern "C" { /* Chorus Parameters */ #define AL_CHORUS_WAVEFORM 0x0001 -#define AL_CHORUS_PHASE 0x0002 +#define AL_CHORUS_PHASE 0x0002 #define AL_CHORUS_RATE 0x0003 #define AL_CHORUS_DEPTH 0x0004 #define AL_CHORUS_FEEDBACK 0x0005 @@ -219,7 +219,7 @@ extern "C" { /* Filter type definitions to be used with AL_FILTER_TYPE. */ #define AL_FILTER_NULL 0x0000 /* Can also be used as a Filter Object ID */ -#define AL_FILTER_LOWPASS 0x0001 +#define AL_FILTER_LOWPASS 0x0001 #define AL_FILTER_HIGHPASS 0x0002 #define AL_FILTER_BANDPASS 0x0003 @@ -587,8 +587,8 @@ void alGetAuxiliaryEffectSlotfv( ALuint asid, ALenum pname, ALfloat* values ); #define AL_VOCAL_MORPHER_MAX_PHONEMEA 29 #define AL_VOCAL_MORPHER_DEFAULT_PHONEMEA 0 -#define AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING (-24) -#define AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING 24 +#define AL_VOCAL_MORPHER_MIN_PHONEMEA_COARSE_TUNING (-24) +#define AL_VOCAL_MORPHER_MAX_PHONEMEA_COARSE_TUNING 24 #define AL_VOCAL_MORPHER_DEFAULT_PHONEMEA_COARSE_TUNING 0 #define AL_VOCAL_MORPHER_MIN_PHONEMEB 0 @@ -686,7 +686,7 @@ void alGetAuxiliaryEffectSlotfv( ALuint asid, ALenum pname, ALfloat* values ); #define AL_AUTOWAH_MIN_RESONANCE 2.0f #define AL_AUTOWAH_MAX_RESONANCE 1000.0f #define AL_AUTOWAH_DEFAULT_RESONANCE 1000.0f - + #define AL_AUTOWAH_MIN_PEAK_GAIN 0.00003f #define AL_AUTOWAH_MAX_PEAK_GAIN 31621.0f #define AL_AUTOWAH_DEFAULT_PEAK_GAIN 11.22f |