aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/seq.cpp
AgeCommit message (Collapse)Author
2007-03-08Explicitly #include fcntl.h and unistd.h for the open/write/close syscallsMax Horn
svn-id: r26026
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
svn-id: r26022
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-03-04WIP of maemo portEugene Sandulenko
svn-id: r21055
2006-02-27Fixed compilation.Torbjörn Andersson
svn-id: r20953
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-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20535
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-11-06Default to /dev/sequencer before /dev/null if no MIDI deviceJonathan Gray
is specified. svn-id: r19480
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
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-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10151
2003-06-11Fixed race condition in MPU401 shutdownJamieson Christian
svn-id: r8432
2003-06-01Fixed stupid SysEx errorJamieson Christian
svn-id: r8211
2003-06-01Restored SEQ_MIDIPUTC SysEx approachJamieson Christian
svn-id: r8208
2003-06-01Another slight tweak to the EV_SYSEX codeJamieson Christian
svn-id: r8201
2003-05-31EV_SYSEX definitionJamieson Christian
svn-id: r8198
2003-05-31EV_SYSEX based SysEx for -eseqJamieson Christian
svn-id: r8197
2003-05-31Possible fix for -eseq SysExJamieson Christian
svn-id: r8196
2003-05-17Moved SEQ driver to its own fileJamieson Christian
svn-id: r7605