aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/midiparser_sci.cpp
AgeCommit message (Expand)Author
2010-01-22Reset the value of _resetOnPause when a song is loaded/unloadedFilippos Karapetis
2010-01-22- The reverb value is now obtained from the music driverFilippos Karapetis
2010-01-21SCI: fixing iceman intro again (dont set datainc immediately but after delta)Martin Kiewitz
2010-01-21SCI: Renamed softseq/ to drivers/Walter van Niftrik
2010-01-16Fixed a Valgrind warning about an uninitialized variable, from waltervnFilippos Karapetis
2010-01-15Send a velocity off signal to all channels when a song is loadedFilippos Karapetis
2010-01-15Fixed warning.Torbjörn Andersson
2010-01-15Unified some of the code in midiMixChannels() and midiFilterChannels()Filippos Karapetis
2010-01-15When unloading a song, only reset the channels that it actually used, not all...Filippos Karapetis
2010-01-14Hold pedal is now reset as well when a sound is unloadedFilippos Karapetis
2010-01-13The pitch wheel is now properly reset when a song is unloadedFilippos Karapetis
2010-01-05Cleanup, fixed fading of digital sound effectsFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis