aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/alsa.cpp
AgeCommit message (Expand)Author
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
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-07-06fix compileOliver Kiehl
2003-06-12Applied Jamieson630's race condition fix to the ALSA driver as well.Torbjörn Andersson
2003-06-01actually sending the event helps tooJonathan Gray
2003-06-01give alsa sysex more chance of working, still broken thoughJonathan Gray
2003-06-01hopefully add sysex support to alsa midi backendJonathan Gray
2003-05-18HAVE_CONFIG_HJonathan Gray
2003-03-06updated copyrights headersPaweł Kołodziejski
2003-03-06and more cleanup ....Paweł Kołodziejski
2002-12-30make alsa driver print out the correct portJonathan Gray
2002-12-12fix up alsa after recent midi changesJonathan Gray
2002-12-11ripped out obsolete midi streaming code from backends (this may break Alsa/SE...Max Horn
2002-12-08split alsa from mididrvOliver Kiehl