aboutsummaryrefslogtreecommitdiff
path: root/backends/midi
AgeCommit message (Expand)Author
2013-06-18BACKENDS: fix FTBFS on GNU Hurd by replacing MAXHOSTNAMELEN with NI_MAXHOSTDmitry Smirnov
2013-04-23AUDIO: Remove useless checkWillem Jan Palenstijn
2013-02-01MACOSX: Fix compilation with the 10.2.8 SDKMatthew Hoops
2013-02-01MACOSX: Load soundfonts using FSRef instead of FSSpec on 10.5Matthew Hoops
2012-11-24BACKENDS: Remove excess space from warningsMatthew Hoops
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-09-17MACOSX: Make failing to load a soundfont in CoreAudio fatalMatthew Hoops
2012-09-14MACOSX: Fix soundfont loading with CoreAudio on newer versions of Mac OS XMatthew Hoops
2012-05-15MIDI: add sndio midi backendJonathan Gray
2012-03-17ALL: Make use of defined() for the preprocessor consistent.Johannes Schickel
2012-02-25AUDIO: (Windows) fix issue with non-unique MIDI device namesathrxx
2012-01-17MACOSX: Moved an include a bit to make sure that some defines are there befor...Oystein Eftevaag
2012-01-14MACOSX: Changed CoreAudio deprecation check slightly to allow building with o...Oystein Eftevaag
2012-01-14MACOSX: Default to new CoreAudio API on x86, and to old on PowerPCMax Horn
2011-12-13Merge pull request #137 from fingolfin/various-cleanupFilippos Karapetis
2011-12-12MACOSX: Optionally allow building against "new" (10.5+) CoreAudio APIMax Horn
2011-12-12AUDIO: Add endian FIXME to timdity codeMax Horn
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-08CAMD: Added _isOpen checks to send() and sysEx()eriktorbjorn
2011-05-08ALSA: Warn if events or SysEx messages are received when not open.eriktorbjorn
2011-05-08IRIX: Fix compilationJoost Peters
2011-05-04BACKENDS: Fix copy & paste mistakes in some commentsMax Horn
2011-04-29AMIGAOS: Fix CAMD compiler warningHubert Maier
2011-04-29fix AmigaOS 4 build (thanks to Raziel^)Alyssa Milburn
2011-04-28MACOSX: Fix compilationMax Horn
2011-04-28JANITORIAL: Add in necessary include files to fix compilation in MSVCPaul Gilbert
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-10ALSA: Fix formatting.Johannes Schickel
2011-03-10ALSA: Work around a firmware bug in USB-MIDI cables.Johannes Schickel
2011-03-10ALSA: Strip trailing spaces in device name.Johannes Schickel
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