scummvm/sound
Filippos Karapetis 9339428fc1 MIDI parser: Stop hanging notes when a notes off event is called
This is the same fix as the one in r54429 for the MIDI parser of the SCI engine, based
on patch #3116608. Probably fixes (or is indirectly related to) bugs #2825928 (for
MADE), #2948281 (for SAGA), #2797283 (for tinsel), #2016549 (for SCUMM) and #2138118
(for kyra), as these engines are all using the MidiParser class internally.

svn-id: r55256
2011-01-16 11:02:49 +00:00
..
decoders COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
mods COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
softsynth MT32: Fixed compilation warnings 2011-01-08 21:11:31 +00:00
audiostream.cpp
audiostream.h AUDIO: Remove obsolete comment. 2010-11-05 15:38:31 +00:00
fmopl.cpp
fmopl.h
mididrv.cpp
mididrv.h
midiparser_smf.cpp
midiparser_xmidi.cpp
midiparser.cpp MIDI parser: Stop hanging notes when a notes off event is called 2011-01-16 11:02:49 +00:00
midiparser.h SCI/SOUND: Applied patch #3117577 - "SCI: MT-32 plays "warble" of notes when music resumes", with some slight modifications 2010-11-24 15:12:43 +00:00
mixer_intern.h
mixer.cpp
mixer.h SOUND: Get rid of unused forward declarations in mixer.h. 2011-01-10 22:20:51 +00:00
module.mk
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h
null.cpp
null.h
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h
timestamp.cpp
timestamp.h