diff options
author | Chris Robinson <[email protected]> | 2013-12-24 02:55:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-24 02:55:11 -0800 |
commit | f7556b827a11a507780a35e437ed62a0b3ee0d62 (patch) | |
tree | 783dc693b66b4922ec93c8061c0ce28d80359ce3 /OpenAL32/Include | |
parent | b0878fe60962212614d251815e533b0e0a704989 (diff) |
Allow querying the soundfont sample length and format type
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index d5730007..5e3cdc4f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -35,6 +35,7 @@ #define AL_MIDI_BANK_SOFT 0x9996 #define AL_PRESETS_SIZE_SOFT 0x9995 #define AL_PRESETS_SOFT 0x9994 +#define AL_FORMAT_TYPE_SOFT 0x1991 #define AL_NOTEOFF_SOFT 0x0080 #define AL_NOTEON_SOFT 0x0090 #define AL_AFTERTOUCH_SOFT 0x00A0 |