aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/alsa.cpp
AgeCommit message (Expand)Author
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-08ALSA: Warn if events or SysEx messages are received when not open.eriktorbjorn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-10ALSA: Fix formatting.Johannes Schickel
2011-03-10ALSA: Work around a firmware bug in USB-MIDI cables.Johannes Schickel
2011-03-10ALSA: Strip trailing spaces in device name.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-07-27ALSA: Be more intelligent when picking MIDI portTorbjörn Andersson
2010-07-27ALSA: Tweak capability and type flags for the MIDI portTorbjörn Andersson
2010-07-27ALSA: Simplify device querying code.Johannes Schickel
2010-07-20MIDI: Build and use ALSA driver if and only if USE_ALSA is definedMax Horn
2010-07-19ALSA: Get ALSA port settings from the new device config settings.Torbjörn Andersson
2010-07-19SUBSYSTEM: ALSA music driverTorbjörn Andersson
2010-07-14If the ALSA driver hasn't been opened, closing it should do nothing. This keepsTorbjörn Andersson
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-09-06Minor constness fixesBertrand Augereau
2009-05-30Fixed compilation errorFilippos Karapetis
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-05Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with aTorbjörn Andersson
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-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
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-09-20Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted byTorbjörn Andersson
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
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-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-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-01-01Updated copyrightMax Horn
2004-07-27Add passthrough ability. Patch by Christian Schoenebeck with slight modificat...Jonathan Gray
2004-01-20Handle command 0xD0 (queen uses this) - thanks aholler.Joost Peters
2004-01-06updated copyright noticeMax Horn
2003-12-11add config file parameter to specify the desired port when using the ALSA mus...Jonathan Gray
2003-09-18Extend the ALSA version check to look at SND_LIB_MAJOR as well. They'reTorbjörn Andersson