diff options
author | Chris Robinson <[email protected]> | 2014-01-12 12:27:46 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-01-12 12:27:46 -0800 |
commit | a5bfc1e30b333d0767138d9a42033cabd2dd71c5 (patch) | |
tree | 976ab08c54cc532faff4539676e78d81c1623214 /OpenAL32/Include | |
parent | 9a57aca8d4ff8784e0bccf4f38a856f301c38050 (diff) |
Add a method to get the current MIDI state
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 828e2baa..6ded14fd 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -30,6 +30,7 @@ #ifndef ALC_SOFT_midi_interface #define ALC_SOFT_midi_interface 1 #define AL_MIDI_CLOCK_SOFT 0x9999 +#define AL_MIDI_STATE_SOFT 0x9986 #define AL_MIDI_GAIN_SOFT 0x9998 #define AL_MIDI_PRESET_SOFT 0x9997 #define AL_MIDI_BANK_SOFT 0x9996 |