aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/midiparser_sci.cpp
AgeCommit message (Expand)Author
2010-06-19SCI: fixing another uninitialized variable usage issue - also limiting reset ...Martin Kiewitz
2010-06-19SCI: stopping scripts from sending to unused channels manually (fixes sq1vga)Martin Kiewitz
2010-06-19SCI: reverting r50058 - we can't actually send to the channels at that time, ...Martin Kiewitz
2010-06-19SCI: move setVolume down inside loadMusic so that it actually affects the use...Martin Kiewitz
2010-06-19SCI: fixing uninitialized usage in MidiParser_SCIMartin Kiewitz
2010-06-18SCI: implementing fading for sci1 only for used channels of the object, fixes...Martin Kiewitz
2010-06-18Added information regarding a FIXMEFilippos Karapetis
2010-06-18Changed an assert into a warning with a FIXME (happens in SQ1)Filippos Karapetis
2010-06-17SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with...Martin Kiewitz
2010-06-17SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh...Martin Kiewitz
2010-06-17Fix another valgrind warning, thanks to digitall for spotting.Matthew Hoops
2010-06-16SCI: fix debug command "show_instruments", got broken by r49905 on purposeMartin Kiewitz
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-14SCI: Added a version of allNotesOff() which sends messages only to the channe...Filippos Karapetis
2010-06-12Added debug output to kDoAudio and some music commands. Also added a warning ...Filippos Karapetis
2010-06-11- Added a new debug command, verify_midi, which can be used to check all the ...Filippos Karapetis
2010-06-10SCI: adding current delta to tick position when getting the setsignalloop com...Martin Kiewitz
2010-06-04Some more work on channel remapping: Moved the remapping code to the music lo...Filippos Karapetis
2010-06-03Added channel remapping to MidiParser_SCI (currently unused)Filippos Karapetis
2010-01-29Don't cripple setVolume(), but throw a warning when receiving invalid volumes...Filippos Karapetis
2010-01-29Disabled the MIDI volume changing code till we figure out why it's getting vo...Filippos Karapetis
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-25Replace some more Adlib uses by AdLib.Johannes Schickel
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