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
/
windows.cpp
Age
Commit message (
Expand
)
Author
2012-02-25
AUDIO: (Windows) fix issue with non-unique MIDI device names
athrxx
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Add in necessary include files to fix compilation in MSVC
Paul Gilbert
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
SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation
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-09-18
JANITORIAL: Removed most punctuation at end of warning() and error()
Torbjörn Andersson
2010-06-26
Define WIN32_LEAN_AND_MEAN before including windows.h.
Johannes Schickel
2010-06-26
GUI: Add and improve some messages to translate
Jordi Vilalta Prat
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2009-12-09
Remove the Audio::Mixer parameter from the midi/music plugins
Max Horn
2009-03-20
Fix parameter in Windows MIDI backend (this is according to API documentation...
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
Fixed compilation under windows
Filippos Karapetis
2008-05-11
Added the MidiPlugin interface (first step towards the MIDI plugins)
Jordi Vilalta Prat
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-03-09
reduced dependency from windows-specific header files
Nicola Mettifogo
2007-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
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-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-07-02
cleanup
Max Horn
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-11-10
- Minor improvement to failure handling.
Jerome Fisher
2004-01-06
updated copyright notice
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
2003-09-25
Fix for Bug [810564] ALL: missing instruments with native MT-32
Jamieson Christian
2003-09-10
moved declaration of error/warning/debug from engine.h to util.h
Max Horn
2003-06-11
Fixed race condition in MPU401 shutdown
Jamieson Christian
2003-06-01
Fixed SysEx errors
Jamieson Christian
2003-05-18
Implemented new Simon MIDI module, switching from MidiStreamer to MidiParser....
Jamieson Christian
2003-05-15
Possible fix for Windows SysEx transmissions
Jamieson Christian
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup ....
Paweł Kołodziejski
2003-01-10
First-revision SysEx support for -ewindows.
Jamieson Christian
2002-12-12
Fixed VC++ errors in Windows driver after streaming capability was removed.
Jamieson Christian
2002-12-11
ripped out obsolete midi streaming code from backends (this may break Alsa/SE...
Max Horn
2002-12-11
fixed legal header
Max Horn
2002-12-11
Separated Windows MIDI driver into its own file
Jamieson Christian