aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/alsa.cpp
AgeCommit message (Collapse)Author
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