aboutsummaryrefslogtreecommitdiff
path: root/backends/midi/coreaudio.cpp
AgeCommit message (Expand)Author
2017-10-06MACOSX: Change name for CoreAudio MIDI deviceThierry Crozat
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
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-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-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-12MACOSX: Optionally allow building against "new" (10.5+) CoreAudio APIMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28MACOSX: Fix compilationMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max 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-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-03-18Fix warningsMax Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-09-27Fix CoreAudio MIDI backend on Mac OS X 10.6Max Horn
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-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-18Hack to disable 'depracted' warnings on OS X 10.5Max Horn
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
2008-03-12Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better Leo...Max Horn
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-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2006-04-14Avoid using exceptionsMax Horn
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-12-26Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot...Max Horn
2005-12-26New CoreMIDI midi backend for OS XMax Horn
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-02cleanupMax Horn
2005-07-02Small fixesMax Horn
2005-07-02Hackish native MIDI HW support for Mac OS X (incomplete)Max Horn
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-05Add a comment regarding use of CoreAudio/AudioUnits v1 APIMax Horn
2005-04-18If we don't want to use reverb, then at least disable it properly, not via a ...Max Horn
2005-01-10Remove some more header dependenciesMax Horn
2005-01-01Updated copyrightMax Horn
2004-01-06updated copyright noticeMax Horn
2003-12-25disable the reverb hack for now; at hacked in sound font support (specify 'so...Max Horn