diff options
author | Chris Robinson <[email protected]> | 2013-12-13 14:15:01 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-12-13 14:15:01 -0800 |
commit | 1dd05bac5c127fdddcf56dc7a066b0a3cc974885 (patch) | |
tree | f0ecc6574e3017d5690aaa4c317a64c266b4ce63 /Alc | |
parent | a343d78724cf59f6368971f871493c0e45f66cea (diff) |
Add a alMidiResetSOFT method to reset the synth
Playback is stopped, the queue is flushed, the clock is reset to 0, and the
MIDI system is reset to power-up status.
Diffstat (limited to 'Alc')
-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(alMidiResetSOFT), DECL(alMidiGainSOFT), DECL(alGetInteger64SOFT), DECL(alGetInteger64vSOFT), |