aboutsummaryrefslogtreecommitdiff
path: root/sound/midiparser.cpp
AgeCommit message (Expand)Author
2010-07-16Cleanup.Torbjörn Andersson
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-06Correction for SCI valgrind uninit memory error in MIDI sound which occurs du...David Turner
2010-01-02SCI/new music code: Don't stop notes when looping for a holdWillem Jan Palenstijn
2008-12-13Whoops. Fix accidently wrong evaluation statement.Johannes Schickel
2008-12-13Cleanup.Johannes Schickel
2008-12-13Fix for bug #2423449 "AGOS: Music Looping broken (regression)".Johannes Schickel
2008-11-30Initial version of proper MIDI support for KYRA.Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-08-22Reverted commit #28696, as the cause for it was different and has been fixed ...Filippos Karapetis
2007-08-22Detach the player callback handler when the music is being unloaded. Fixes bu...Filippos Karapetis
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-12Looks like my pitch wheel change still has the ability to break things. SeeTorbjörn Andersson
2005-10-11Moved the pitch wheel centering to unloadMusic() instead, since having itTorbjörn Andersson
2005-10-10Removed the "reset all controllers" message. It currently breaks on Adlib,Torbjörn Andersson
2005-10-10I noticed yesterday that if you change music in IHNM at the "right" moment,Torbjörn Andersson
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-27More whitespace changes.Torbjörn Andersson
2005-01-01Updated copyrightMax Horn
2004-11-11Erm, this was never meant to be commited. I might as well leave the .h change...James Brown
2004-11-11Prevent infinite loop by displaying the launcher after a game start FAILURE too.James Brown
2004-05-31Make allNotesOff() also turn off all "hanging notes". Without this change,Torbjörn Andersson
2004-04-29Changed printf() to warning(). (Even in the case where the message used toTorbjörn Andersson
2004-01-06updated copyright noticeMax Horn
2003-12-24explicitly turn off all active sounds -> not all MIDI devices support the 'Al...Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-08-07Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracksJamieson Christian
2003-07-31Fix for RC bug [780675] MI2: Reoccuring crashJamieson Christian
2003-07-26For for Bug [775654] DOTT: Hanging notesJamieson Christian
2003-07-10Fix for Bug [766426]: V5 Games: Adlib SFX not loopedJamieson Christian
2003-06-18Use stdafx.h instead of manually including system headers.Marcus Comstedt
2003-06-01Fixed hanging notes on Smart Jump when Note Off event cannot be found.Jamieson Christian
2003-05-25Fixed occassional music crashes when loading games.Jamieson Christian
2003-05-24allNotesOff() now sends to all 16 channels, not just the first 15. Duh.Jamieson Christian
2003-05-23Fixed problem with hanging notes on some synth modules.Jamieson Christian
2003-05-23Removed annoying warningJamieson Christian
2003-05-23Fixed gcc warningJamieson Christian
2003-05-23Revamped iMuse and Player classes. Player now uses MidiParser to parse its da...Jamieson Christian
2003-05-22Added "smart-jump" capability to MidiParser.Jamieson Christian
2003-05-21More Simon music fixesJamieson Christian
2003-05-20Simon music fixesJamieson Christian
2003-05-19Fixed anonymous structs warning.Jamieson Christian
2003-05-19Moved common parsing logic into MidiParser base class.Jamieson Christian