scummvm/sound
Filippos Karapetis 9b8c04045b MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music"
This is a regression from r55256. Apparently, SCUMM has issues when sending a sustain
off on a notes off event. Thus, this has been turned into a feature, which is disabled
by default. Since MADE, SAGA and tinsel all share the same music code and play regular
MIDI files, and this feature fixes hanging notes for them, it has been enabled for them.
Also, applied a patch for a bug regarding the notes off event in MADE and tinsel,
which has been applied in SAGA already

svn-id: r55746
2011-02-02 23:27:59 +00:00
..
decoders SOUND: Update which engines use what decoder 2011-01-21 14:37:46 +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 JANITORIAL: Removed most punctuation at end of warning() and error() 2010-09-18 10:55:16 +00:00
fmopl.h
mididrv.cpp GUI/LAUNCHER: improved MIDI device selection (also #3088438) 2010-10-24 19:15:17 +00:00
mididrv.h MIDI: Send a reset MIDI device signal on startup. 2010-09-15 22:00:20 +00:00
midiparser_smf.cpp
midiparser_xmidi.cpp
midiparser.cpp MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music" 2011-02-02 23:27:59 +00:00
midiparser.h MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music" 2011-02-02 23:27:59 +00:00
mixer_intern.h
mixer.cpp OPENGL: Merged from trunk, from rev 52105 to 53396. 2010-10-13 03:57:44 +00:00
mixer.h SOUND: Get rid of unused forward declarations in mixer.h. 2011-01-10 22:20:51 +00:00
module.mk OPENGL: Merged from trunk, from rev 52105 to 53396. 2010-10-13 03:57:44 +00:00
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h
null.cpp
null.h
rate_arm_asm.s
rate_arm.cpp SOUND: Convert some (f)printf + fflush to debug 2010-11-01 20:41:03 +00:00
rate.cpp
rate.h
timestamp.cpp
timestamp.h