aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
AgeCommit message (Expand)Author
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not...Max Horn
2009-09-27Fix CoreAudio MIDI backend on Mac OS X 10.6Max Horn
2009-09-06Minor constness fixesBertrand Augereau
2009-07-04Add GCC_PRINTF parameter.Johannes Schickel
2009-06-28Silenced the reamining warnings reported in patch #2684986 (gcc warnings with...Max Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-30Fixed compilation errorFilippos Karapetis
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year...Max Horn
2009-05-13Silence another g++ 4.4 warning.Johannes Schickel
2009-03-20Fix parameter in Windows MIDI backend (this is according to API documentation...Johannes Schickel
2009-03-16Patch #2658665: Implement getDevices() in backends/midi/dmedia.cppMax Horn
2009-02-02#define usleep on BeOSMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-11-30Fixed sysEx buffer sizes.Johannes Schickel
2008-11-30- Extended MidiDriver::sysEx to allow 264 byte sysEx messagesJohannes Schickel
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ...Max Horn
2008-08-05Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with aTorbjörn Andersson
2008-07-14Fixed code formattingMax Horn
2008-06-14Fixed ALSA's invalid port error messageJordi Vilalta Prat
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-18Hack to disable 'depracted' warnings on OS X 10.5Max Horn
2008-05-14Fixed QuickTime MIDI pluginMax Horn
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-11Fix QuickTime MIDI driver compilationMax Horn
2008-05-11Fixed compilation under windowsFilippos Karapetis
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-03-12Removed remaining traces of the dead MorphOS backend, which itself was remove...Max Horn
2008-03-12Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better Leo...Max Horn
2008-02-20Automatic device detection for CAMD.Jordi Vilalta Prat
2008-02-20Added CAMD MIDI driver for AmigaOS4Jordi Vilalta Prat
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2008-01-13WORKAROUND bug #1870304: Solaris does not provide INADDR_NONEMax Horn
2008-01-02Fix dmedia.cpp to not use stdafx (likely fixes building on IRIX)Max Horn
2007-11-02Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", andTorbjörn Andersson
2007-11-02Patch #1815526: Add TiMidity++ MIDI server supportMax Horn
2007-09-30Patch #1804801: DMedia MIDI driver for IRIXMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-11Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-01Fixed compilationChris Apers
2007-05-01Fixed sysEx functionChris Apers
2007-03-09reduced dependency from windows-specific header filesNicola Mettifogo
2007-03-08Explicitly #include fcntl.h and unistd.h for the open/write/close syscallsMax Horn
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn