aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/alsa.cpp
AgeCommit message (Collapse)Author
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in ↵Max Horn
particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) svn-id: r25630
2006-09-20Some updates (mostly guesswork) for the ALSA MIDI driver, mostly prompted byTorbjörn Andersson
Waxworks (Simon engine). See http://www.borg.com/~jglatt/tech/midispec.htm for reference. * Added case for Aftertouch (Key Pressure). * Changed Channel Pressure to flush the event immediatley. The message could apply to notes while they are playing. * Downgraded the error for unknown MIDI messages to a warning, and clarified it slightly. svn-id: r23949
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
svn-id: r21605
2006-02-27SysEx data now passed around with const pointers. Permits simplification of ↵Jamieson Christian
some SysEx client code. Testing on Windows. Developers on other platforms, please verify integrity of music handling in your respective MidiDrivers. svn-id: r20952
2006-02-27clear ALSA event structure before useWillem Jan Palenstijn
svn-id: r20951
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-07-27Add passthrough ability. Patch by Christian Schoenebeck with slight ↵Jonathan Gray
modifications svn-id: r14354
2004-01-20Handle command 0xD0 (queen uses this) - thanks aholler.Joost Peters
svn-id: r12533
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-11add config file parameter to specify the desired port when using the ALSA ↵Jonathan Gray
music driver svn-id: r11583
2003-09-18Extend the ALSA version check to look at SND_LIB_MAJOR as well. They'reTorbjörn Andersson
bound to hit 1.0 any year now. Of course, this is completely untested. svn-id: r10288
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10151
2003-07-06fix compileOliver Kiehl
svn-id: r8814
2003-06-12Applied Jamieson630's race condition fix to the ALSA driver as well.Torbjörn Andersson
svn-id: r8440
2003-06-01actually sending the event helps tooJonathan Gray
svn-id: r8219
2003-06-01give alsa sysex more chance of working, still broken thoughJonathan Gray
svn-id: r8218
2003-06-01hopefully add sysex support to alsa midi backendJonathan Gray
svn-id: r8210
2003-05-18HAVE_CONFIG_HJonathan Gray
svn-id: r7632
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6719
2002-12-30make alsa driver print out the correct portJonathan Gray
svn-id: r6272
2002-12-12fix up alsa after recent midi changesJonathan Gray
svn-id: r5911
2002-12-11ripped out obsolete midi streaming code from backends (this may break ↵Max Horn
Alsa/SEQ/Windows/Morphos compile, I tried my best, but you'll have to clean up after me) svn-id: r5905
2002-12-08split alsa from mididrvOliver Kiehl
svn-id: r5890