scummvm/engines/sci/sound
Filippos Karapetis 1ebae78ff1 SCI/SOUND: Applied patch #3117577 - "SCI: MT-32 plays "warble" of notes when music resumes", with some slight modifications
This is only used by SCI for now, but it is probably correct to apply this for
all engines, thus an appropriate TODO has been added

svn-id: r54460
2010-11-24 15:12:43 +00:00
..
drivers SCI: Moved handling of special reverb value 127 outside of the MIDI driver 2010-11-24 14:51:29 +00:00
audio.cpp COMMON: Split common/stream.h into several headers 2010-11-19 17:03:07 +00:00
audio.h kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake the pre-loading with a flag that will return 0 if the song has been called with kSciAudioWPlay. Fixes the dream sequence sound in MUMG. 2010-06-10 20:26:59 +00:00
midiparser_sci.cpp SCI: Moved handling of special reverb value 127 outside of the MIDI driver 2010-11-24 14:51:29 +00:00
midiparser_sci.h SCI: set master volume correctly 2010-09-01 19:20:17 +00:00
music.cpp 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
music.h SCI: Added a getReverb() accessor to the SciMusic class 2010-11-24 14:15:46 +00:00
soundcmd.cpp SCI: some changes to the way reverb is handled 2010-11-24 14:21:31 +00:00
soundcmd.h SCI: some changes to the way reverb is handled 2010-11-24 14:21:31 +00:00