aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/midi.cpp
AgeCommit message (Expand)Author
2014-02-18TOUCHE: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-25TOUCHE: Move _gmToRol to midi.cppMax Horn
2011-03-25TOUCHE: Change MidiPlayer to derive from Audio::MidiPlayerMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2008-06-26moved midi driver object creation to MidiPlayer class (to match delete call)Gregory Montoir
2008-06-06TOUCHE: Fixed a memory leakChristopher Page
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-30added missing MIDI gm->mt32 program change mapping (bug #1759318)Gregory Montoir
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-12-29minor simplificationGregory Montoir
2006-11-15added handler for flag 618 (cursor display on/off) and workaround a palette g...Gregory Montoir
2006-11-11various fixes, Touche should now be completable without any major glitchesGregory Montoir
2006-11-05enabled MIDI volume changesGregory Montoir
2006-11-05added basic MIDI playbackGregory Montoir