aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/seq.cpp
AgeCommit message (Expand)Author
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-23AUDIO: Remove useless checkWillem Jan Palenstijn
2012-11-24BACKENDS: Remove excess space from warningsMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09MIDI: Really fix bug #3153076 (this time also for Timidity)Max Horn
2011-02-09MIDI: Fix bug #3153076 (warnings in SEQ driver)Max Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-15MIDI: Fixed unnecessary casts of return values to void, reported in bug #3153076Filippos Karapetis
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-07-20General: Fixed building the SEQ MIDI driverTorbjörn Andersson
2010-07-20BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detectionMax Horn
2010-07-05Skip /dev/sequencer MIDI on Android.Angus Lees
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-06-28Silenced the reamining warnings reported in patch #2684986 (gcc warnings with...Max Horn
2008-11-30Fixed sysEx buffer sizes.Johannes Schickel
2008-11-30- Extended MidiDriver::sysEx to allow 264 byte sysEx messagesJohannes Schickel
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ...Max Horn
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the nat...Jordi Vilalta Prat
2008-05-11Added the MidiPlugin interface (first step towards the MIDI plugins)Jordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-08Explicitly #include fcntl.h and unistd.h for the open/write/close syscallsMax Horn
2007-03-08Replaced uses of fprintf() with warning() or error()Max Horn
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2006-03-04WIP of maemo portEugene Sandulenko
2006-02-27Fixed compilation.Torbjörn Andersson
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-11-06Default to /dev/sequencer before /dev/null if no MIDI deviceJonathan Gray
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-01-01Updated copyrightMax Horn
2004-01-06updated copyright noticeMax Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-06-11Fixed race condition in MPU401 shutdownJamieson Christian
2003-06-01Fixed stupid SysEx errorJamieson Christian
2003-06-01Restored SEQ_MIDIPUTC SysEx approachJamieson Christian
2003-06-01Another slight tweak to the EV_SYSEX codeJamieson Christian
2003-05-31EV_SYSEX definitionJamieson Christian
2003-05-31EV_SYSEX based SysEx for -eseqJamieson Christian
2003-05-31Possible fix for -eseq SysExJamieson Christian
2003-05-17Moved SEQ driver to its own fileJamieson Christian