aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/midiparser.cpp
AgeCommit message (Expand)Author
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-04SCI/newmusic: initialize _volume in constructorMartin Kiewitz
2010-01-04SCI/newmusic: fadeout in sci0 (not stopping music yet), revert of SoundResour...Martin Kiewitz
2010-01-03Removed junk charactersFilippos Karapetis
2010-01-03SCI/new music code: Some cleanup. Previous commit (rev 46928) should read: "A...Filippos Karapetis
2010-01-03svn-id: r46928Filippos Karapetis
2010-01-03SCI/new music code: don't throw warnings for MIDI commands which are handled ...Filippos Karapetis
2010-01-02SCI/new music code: Don't stop notes when looping for a holdWillem Jan Palenstijn
2010-01-02SCI/new music code: Improve midi hold handling a bit. Still broken.Willem Jan Palenstijn
2010-01-02SCI/new music code: changed some SCI SysEx messages to enumsFilippos Karapetis
2010-01-02SCI/new music code: Properly implemented cmdSetSoundHold, with the help of wj...Filippos Karapetis
2010-01-02SCI/new music code: cleaned up cmdUpdateCues and changed the SCI reverb(?) Sy...Filippos Karapetis
2010-01-01SCI/new music code:Filippos Karapetis
2009-12-31Mention the fact that we derive from SSCI by not caching the loop selectorFilippos Karapetis
2009-12-31SCI/new music code: The loop selector for each music score is no longer cache...Filippos Karapetis
2009-12-30SCI/newmusic: fix loop logicMartin Kiewitz
2009-12-30SCI/newmusic: update loop selector when track is finished (fixes hq1 ending, ...Martin Kiewitz
2009-12-28cleanupMax Horn
2009-12-28SCI: Make some code comply to our naming conventionsMax Horn
2009-12-27SCI/new music code: split the MidiParser class into a separate fileFilippos Karapetis