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
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