aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-12-13 14:15:01 -0800
committerChris Robinson <[email protected]>2013-12-13 14:15:01 -0800
commit1dd05bac5c127fdddcf56dc7a066b0a3cc974885 (patch)
treef0ecc6574e3017d5690aaa4c317a64c266b4ce63 /Alc
parenta343d78724cf59f6368971f871493c0e45f66cea (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 59237b0b..99ee54cf 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -287,6 +287,7 @@ static const ALCfunction alcFunctions[] = {
DECL(alMidiPlaySOFT),
DECL(alMidiPauseSOFT),
DECL(alMidiStopSOFT),
+ DECL(alMidiResetSOFT),
DECL(alMidiGainSOFT),
DECL(alGetInteger64SOFT),
DECL(alGetInteger64vSOFT),