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
/
coreaudio.cpp
Age
Commit message (
Expand
)
Author
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
MACOSX: Fix compilation
Max Horn
2011-03-22
AUDIO: Add pure virtual MidiDriver::isOpen() method
Max Horn
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-11-29
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
Max Horn
2010-10-30
ALL: Add code to help stop people from accidentally using "bad" APIs
Max Horn
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-03-18
Fix warnings
Max Horn
2009-12-09
Remove the Audio::Mixer parameter from the midi/music plugins
Max Horn
2009-09-27
Fix CoreAudio MIDI backend on Mac OS X 10.6
Max Horn
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-18
Hack to disable 'depracted' warnings on OS X 10.5
Max Horn
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-03-12
Switched CoreAudio MIDI driver to use AudioUnit v2 API (results in better Leo...
Max Horn
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-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
Max Horn
2006-04-14
Avoid using exceptions
Max Horn
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-12-26
Switched the CoreAudio driver to use an AUGraph; this simplifies things a lot...
Max Horn
2005-12-26
New CoreMIDI midi backend for OS X
Max Horn
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-07-02
cleanup
Max Horn
2005-07-02
Small fixes
Max Horn
2005-07-02
Hackish native MIDI HW support for Mac OS X (incomplete)
Max Horn
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-05
Add a comment regarding use of CoreAudio/AudioUnits v1 API
Max Horn
2005-04-18
If we don't want to use reverb, then at least disable it properly, not via a ...
Max Horn
2005-01-10
Remove some more header dependencies
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-12-25
disable the reverb hack for now; at hacked in sound font support (specify 'so...
Max Horn
2003-07-02
cleanup
Max Horn
2003-06-11
Fixed race condition in MPU401 shutdown
Jamieson Christian
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2003-03-03
added SysEx support to the CoreAudio midi backend - though I have no clue wha...
Max Horn
2002-12-11
ripped out obsolete midi streaming code from backends (this may break Alsa/SE...
Max Horn
2002-12-08
started to split out the midi drivers
Max Horn