index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
midi
/
alsa.cpp
Age
Commit message (
Expand
)
Author
2004-01-20
Handle command 0xD0 (queen uses this) - thanks aholler.
Joost Peters
2004-01-06
updated copyright notice
Max Horn
2003-12-11
add config file parameter to specify the desired port when using the ALSA mus...
Jonathan Gray
2003-09-18
Extend the ALSA version check to look at SND_LIB_MAJOR as well. They're
Torbjörn Andersson
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h
Max Horn
2003-07-06
fix compile
Oliver Kiehl
2003-06-12
Applied Jamieson630's race condition fix to the ALSA driver as well.
Torbjörn Andersson
2003-06-01
actually sending the event helps too
Jonathan Gray
2003-06-01
give alsa sysex more chance of working, still broken though
Jonathan Gray
2003-06-01
hopefully add sysex support to alsa midi backend
Jonathan Gray
2003-05-18
HAVE_CONFIG_H
Jonathan Gray
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2002-12-30
make alsa driver print out the correct port
Jonathan Gray
2002-12-12
fix up alsa after recent midi changes
Jonathan Gray
2002-12-11
ripped out obsolete midi streaming code from backends (this may break Alsa/SE...
Max Horn
2002-12-08
split alsa from mididrv
Oliver Kiehl