aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/dmedia.cpp
AgeCommit message (Expand)Author
2018-04-22JANITORIAL: Fix formattingAdrian Frühwirth
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-08IRIX: Fix compilationJoost Peters
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-03-16Patch #2658665: Implement getDevices() in backends/midi/dmedia.cppMax Horn
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the nat...Jordi Vilalta Prat
2008-05-11Added the MidiPlugin interface (first step towards the MIDI plugins)Jordi Vilalta Prat
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-02Fix dmedia.cpp to not use stdafx (likely fixes building on IRIX)Max Horn
2007-09-30Patch #1804801: DMedia MIDI driver for IRIXMax Horn