aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
AgeCommit message (Expand)Author
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-11-29BACKENDS: Fix SVN keyword usage.Johannes Schickel
2010-11-29SDL: Trying to cleanup the FORBIDDEN_SYMBOL situationMax Horn
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-13SOUND: Allow TiMidity support to be disabled via configure.Johannes Schickel
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-07-27ALSA: Be more intelligent when picking MIDI portTorbjörn Andersson
2010-07-27ALSA: Tweak capability and type flags for the MIDI portTorbjörn Andersson
2010-07-27ALSA: Simplify device querying code.Johannes Schickel
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-20MIDI: Build and use ALSA driver if and only if USE_ALSA is definedMax Horn
2010-07-19ALSA: Get ALSA port settings from the new device config settings.Torbjörn Andersson
2010-07-19SUBSYSTEM: ALSA music driverTorbjörn Andersson
2010-07-17Remove PalmOS portMax Horn
2010-07-14If the ALSA driver hasn't been opened, closing it should do nothing. This keepsTorbjörn Andersson
2010-07-05Skip /dev/sequencer MIDI on Android.Angus Lees
2010-06-26Define WIN32_LEAN_AND_MEAN before including windows.h.Johannes Schickel
2010-06-26GUI: Add and improve some messages to translateJordi Vilalta Prat
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-03-18Fix warningsMax Horn
2010-01-22Replace header by a standard headerArnaud Boutonné
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-09-27Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's not...Max Horn
2009-09-27Fix CoreAudio MIDI backend on Mac OS X 10.6Max Horn
2009-09-06Minor constness fixesBertrand Augereau
2009-07-04Add GCC_PRINTF parameter.Johannes Schickel
2009-06-28Silenced the reamining warnings reported in patch #2684986 (gcc warnings with...Max Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-30Fixed compilation errorFilippos Karapetis
2009-05-14Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year...Max Horn
2009-05-13Silence another g++ 4.4 warning.Johannes Schickel
2009-03-20Fix parameter in Windows MIDI backend (this is according to API documentation...Johannes Schickel
2009-03-16Patch #2658665: Implement getDevices() in backends/midi/dmedia.cppMax Horn
2009-02-02#define usleep on BeOSMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
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-08-05Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with aTorbjörn Andersson
2008-07-14Fixed code formattingMax Horn
2008-06-14Fixed ALSA's invalid port error messageJordi Vilalta Prat
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat