aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/midiparser_sci.h
AgeCommit message (Expand)Author
2017-04-16SCI: Improve MidiParser_SCI robustness against bad sound resourcesColin Snover
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-27SCI: Fix breakage from f92df4c6Alyssa Milburn
2013-12-31SCI: Rewrite MIDI channel remappingWillem Jan Palenstijn
2013-09-22SCI: revert fix music start codeMartin Kiewitz
2013-09-22SCI: fix music start code fixes eq2 bug #3037267Martin Kiewitz
2013-09-21SCI: Move MIDI event processing out of parseNextEventWillem Jan Palenstijn
2013-07-07SCI: Fix bug #3614566 - "LSL6: ScummVM locks up at Electro-Shock room"Filippos Karapetis
2012-09-07JANITORIAL: Remove underscores from MidiParser variable names.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-25SCI: implemented reverb handling and related functionalityFilippos Karapetis
2010-09-01SCI: set master volume correctlyMartin Kiewitz
2010-06-28SCI: implementing real setVolume() support, fixing some fading in sci1 games ...Martin Kiewitz
2010-06-27SCI: tell midiparser that he lost ownership of channels in case we take them ...Martin Kiewitz
2010-06-21SCI: instead of queueing inside midiparser, we are queueing now globally in S...Martin Kiewitz
2010-06-20SCI: storing all manual midi commands now and actually sending them to driver...Martin Kiewitz
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-18SCI: implementing fading for sci1 only for used channels of the object, fixes...Martin Kiewitz
2010-06-17SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with...Martin 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-11- Added a new debug command, verify_midi, which can be used to check all the ...Filippos Karapetis
2010-06-04Some more work on channel remapping: Moved the remapping code to the music lo...Filippos Karapetis
2010-06-03- Made some methods constJohannes Schickel
2010-06-03Added channel remapping to MidiParser_SCI (currently unused)Filippos 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-15When unloading a song, only reset the channels that it actually used, not all...Filippos Karapetis
2010-01-13Documented MidiParser_SCI, mentioning that it's an extension to the MidiParse...Filippos Karapetis
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
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