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
2014-02-18
BACKENDS: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-23
AUDIO: Remove useless check
Willem Jan Palenstijn
2012-11-24
BACKENDS: Remove excess space from warnings
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2011-02-09
MIDI: Really fix bug #3153076 (this time also for Timidity)
Max Horn
2011-02-09
MIDI: Fix bug #3153076 (warnings in SEQ driver)
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-01-15
MIDI: Fixed unnecessary casts of return values to void, reported in bug #3153076
Filippos Karapetis
2010-10-30
ALL: Add code to help stop people from accidentally using "bad" APIs
Max Horn
2010-07-20
General: Fixed building the SEQ MIDI driver
Torbjörn Andersson
2010-07-20
BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detection
Max Horn
2010-07-05
Skip /dev/sequencer MIDI on Android.
Angus Lees
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2009-12-09
Remove the Audio::Mixer parameter from the midi/music plugins
Max Horn
2009-06-28
Silenced the reamining warnings reported in patch #2684986 (gcc warnings with...
Max Horn
2008-11-30
Fixed sysEx buffer sizes.
Johannes Schickel
2008-11-30
- Extended MidiDriver::sysEx to allow 264 byte sysEx messages
Johannes Schickel
2008-11-05
Turned enum PluginError into Common::Error, which in the future is to be used...
Max Horn
2008-08-27
Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ...
Max Horn
2008-06-13
Added initial interface to list music devices and their types
Jordi Vilalta Prat
2008-06-13
Renamed MIDI plugins to Music plugins
Jordi Vilalta Prat
2008-05-14
- Added more information (ID and capabilities) to the MIDI drivers
Jordi Vilalta Prat
2008-05-14
Moved midiplugin.h to sound/ since it will be used for more than just the nat...
Jordi Vilalta Prat
2008-05-11
Added the MidiPlugin interface (first step towards the MIDI plugins)
Jordi Vilalta Prat
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-08
Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls
Max Horn
2007-03-08
Replaced uses of fprintf() with warning() or error()
Max Horn
2007-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
Max Horn
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