aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
AgeCommit message (Expand)Author
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
2006-09-20Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted byTorbjörn Andersson
2006-09-17Fixed compilationChris Apers
2006-04-14Avoid using exceptionsMax Horn
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-14Adds support for building on Intel Macs, using a modifiedOystein Eftevaag
2006-03-04WIP of maemo portEugene Sandulenko
2006-02-27Fixed compilation.Torbjörn Andersson
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-27clear ALSA event structure before useWillem Jan Palenstijn
2006-02-25Moved dummy MIDI driver from backends/ to sound/ (this fixes bug #1435221)Max Horn
2006-02-11Disable Adlib on PalmOS 68k devicesChris Apers
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-12-30Fixed the CoreMIDI driver -- MT-32 now sounds perfect under Mac OS X :-)Max Horn
2005-12-26Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot...Max Horn
2005-12-26New CoreMIDI midi backend for OS XMax Horn
2005-11-06Default to /dev/sequencer before /dev/null if no MIDI deviceJonathan Gray