diff options
author | Chris Robinson <[email protected]> | 2013-11-30 23:47:42 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-30 23:47:42 -0800 |
commit | c834713526a4397c2bd76401694967e92bf6aa64 (patch) | |
tree | a6b2ef034560806d407c40364ad7fe391382be01 /Alc/ALc.c | |
parent | 2633fbfc4b79f3fca88f200a264aefbd892ae207 (diff) |
Add methods to set and get the MIDI gain
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -287,6 +287,7 @@ static const ALCfunction alcFunctions[] = { DECL(alMidiPlaySOFT), DECL(alMidiPauseSOFT), DECL(alMidiStopSOFT), + DECL(alMidiGainSOFT), DECL(alGetInteger64SOFT), DECL(alGetInteger64vSOFT), |