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
/
seq.cpp
Age
Commit message (
Expand
)
Author
2006-03-04
WIP of maemo port
Eugene Sandulenko
2006-02-27
Fixed compilation.
Torbjörn Andersson
2006-02-27
SysEx data now passed around with const pointers. Permits simplification of s...
Jamieson Christian
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-11-06
Default to /dev/sequencer before /dev/null if no MIDI device
Jonathan Gray
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h
Max Horn
2003-06-11
Fixed race condition in MPU401 shutdown
Jamieson Christian
2003-06-01
Fixed stupid SysEx error
Jamieson Christian
2003-06-01
Restored SEQ_MIDIPUTC SysEx approach
Jamieson Christian
2003-06-01
Another slight tweak to the EV_SYSEX code
Jamieson Christian
2003-05-31
EV_SYSEX definition
Jamieson Christian
2003-05-31
EV_SYSEX based SysEx for -eseq
Jamieson Christian
2003-05-31
Possible fix for -eseq SysEx
Jamieson Christian
2003-05-17
Moved SEQ driver to its own file
Jamieson Christian