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
/
timidity.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-04
BACKENDS: Fix copy & paste mistakes in some comments
Max Horn
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-29
JANITORIAL: Remove/comment unused vars
dhewg
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
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-10-13
SOUND: Allow TiMidity support to be disabled via configure.
Johannes Schickel
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-05-05
Replace various strncpy usages by strlcpy.
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-12-09
Remove the Audio::Mixer parameter from the midi/music plugins
Max Horn
2009-07-04
Add GCC_PRINTF parameter.
Johannes Schickel
2009-06-28
Silenced the reamining warnings reported in patch #2684986 (gcc warnings with...
Max Horn
2009-05-13
Silence another g++ 4.4 warning.
Johannes Schickel
2009-02-02
#define usleep on BeOS
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-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
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2008-01-13
WORKAROUND bug #1870304: Solaris does not provide INADDR_NONE
Max Horn
2007-11-02
Changed "if( ... )" to "if ( ... )" and "while( ... )" to "while ( ... )", and
Torbjörn Andersson
2007-11-02
Patch #1815526: Add TiMidity++ MIDI server support
Max Horn