From cf66516a27086e35a2caa0049fc47334516a7f7f Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 6 Jan 2014 07:07:34 -0800 Subject: Load soundfont modulators into FluidSynth --- OpenAL32/Include/alMain.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 43f0cfcd..828e2baa 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -62,8 +62,8 @@ /* Source Type */ #define AL_UNORM_SOFT 0x0000 -#define AL_SNORM_SOFT 0x0100 -#define AL_UNORM_REV_SOFT 0x0200 +#define AL_UNORM_REV_SOFT 0x0100 +#define AL_SNORM_SOFT 0x0200 #define AL_SNORM_REV_SOFT 0x0300 /* Source Form */ -- cgit v1.2.3