aboutsummaryrefslogtreecommitdiff
path: root/sound/midiparser_xmidi.cpp
AgeCommit message (Expand)Author
2009-08-08Fix XMIDI looping implementation. Now for example the music in the ferret vil...Johannes Schickel
2009-05-06Patch #2758080: GSOC09: XMIDI parser switch casesMax Horn
2008-08-10Committed my patch #2040074 ("XMIDI callback control events"). At the moment,...Torbjörn Andersson
2008-08-01Print a warning if unsupported XMIDI controllers are usedMax Horn
2008-07-09cleanup / code formattingMax Horn
2008-07-08On reading some more about XMIDI, I believe the NEXT and BREAK variants of theTorbjörn Andersson
2008-07-06Fixed silly error. The NEXT_BREAK event should, of course, jump to the eventTorbjörn Andersson
2008-07-06Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (theTorbjörn Andersson
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
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-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
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-09-11committed patch #1281714 'Kyra 1 Sound Patch'. Thanks LordHoto.Gregory Montoir
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
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-04-29Changed printf() to warning(), plus some formatting changes.Torbjörn Andersson
2004-01-06updated copyright noticeMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-03cleanup / doxygenificationMax Horn
2003-06-18Use stdafx.h instead of manually including system headers.Marcus Comstedt
2003-05-25Fixed occassional music crashes when loading games.Jamieson Christian
2003-05-23Fixed tempo problems in Simon gamesJamieson 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-20init member vars to 0Max Horn
2003-05-20Fixed regression in XMIDI parsing.Jamieson Christian
2003-05-19Fixed anonymous structs warning.Jamieson Christian
2003-05-19Moved common parsing logic into MidiParser base class.Jamieson Christian
2003-05-19Fixed gcc warnings, virtual destructor problemJamieson Christian
2003-05-18Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser....Jamieson Christian
2003-05-18MIDI Meta event Tx for virtual MidiDriver'sJamieson Christian
2003-05-18New plug-in MIDI parser modules, INCOMPLETE.Jamieson Christian