Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn | |
svn-id: r46315 | |||
2009-06-28 | Silenced the reamining warnings reported in patch #2684986 (gcc warnings ↵ | Max Horn | |
with -DFORTIFY_SOURCE=2 -fstack-protector) svn-id: r41930 | |||
2008-11-30 | Fixed sysEx buffer sizes. | Johannes Schickel | |
svn-id: r35192 | |||
2008-11-30 | - Extended MidiDriver::sysEx to allow 264 byte sysEx messages | Johannes Schickel | |
- Updated all drivers to allow 264+2 byte sysEx messages - Implemented sysEx processing for MT-32 for Kyra1 and HoF. MT-32 should now be working properly. svn-id: r35180 | |||
2008-11-05 | Turned enum PluginError into Common::Error, which in the future is to be ↵ | Max Horn | |
used in more places. Help with this is highly welcome svn-id: r34906 | |||
2008-08-27 | Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ↵ | Max Horn | |
Compile svn-id: r34194 | |||
2008-06-13 | Added initial interface to list music devices and their types | Jordi Vilalta Prat | |
svn-id: r32695 | |||
2008-06-13 | Renamed MIDI plugins to Music plugins | Jordi Vilalta Prat | |
svn-id: r32693 | |||
2008-05-14 | - Added more information (ID and capabilities) to the MIDI drivers | Jordi Vilalta Prat | |
- Added the MidiPlugin interface to the remaining MIDI drivers - Added an initial MidiManager to handle the MIDI plugins (just static plugins by now) svn-id: r32117 | |||
2008-05-14 | Moved midiplugin.h to sound/ since it will be used for more than just the ↵ | Jordi Vilalta Prat | |
native MIDI drivers. svn-id: r32097 | |||
2008-05-11 | Added the MidiPlugin interface (first step towards the MIDI plugins) | Jordi Vilalta Prat | |
svn-id: r31993 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-03-08 | Explicitly #include fcntl.h and unistd.h for the open/write/close syscalls | Max Horn | |
svn-id: r26026 | |||
2007-03-08 | Replaced uses of fprintf() with warning() or error() | Max Horn | |
svn-id: r26022 | |||
2007-02-16 | Unified how we deal with (and how we generate) MIDI sysex messages -- in ↵ | Max Horn | |
particular, we now always do so w/o framing the message (documented this with a Doxygen comment in the MidiDriver class) svn-id: r25630 | |||
2006-03-04 | WIP of maemo port | Eugene Sandulenko | |
svn-id: r21055 | |||
2006-02-27 | Fixed compilation. | Torbjörn Andersson | |
svn-id: r20953 | |||
2006-02-27 | SysEx data now passed around with const pointers. Permits simplification of ↵ | Jamieson Christian | |
some SysEx client code. Testing on Windows. Developers on other platforms, please verify integrity of music handling in your respective MidiDrivers. svn-id: r20952 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20535 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-11-06 | Default to /dev/sequencer before /dev/null if no MIDI device | Jonathan Gray | |
is specified. svn-id: r19480 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-09-10 | moved declaration of error/warning/debug from engine.h to util.h | Max Horn | |
svn-id: r10151 | |||
2003-06-11 | Fixed race condition in MPU401 shutdown | Jamieson Christian | |
svn-id: r8432 | |||
2003-06-01 | Fixed stupid SysEx error | Jamieson Christian | |
svn-id: r8211 | |||
2003-06-01 | Restored SEQ_MIDIPUTC SysEx approach | Jamieson Christian | |
svn-id: r8208 | |||
2003-06-01 | Another slight tweak to the EV_SYSEX code | Jamieson Christian | |
svn-id: r8201 | |||
2003-05-31 | EV_SYSEX definition | Jamieson Christian | |
svn-id: r8198 | |||
2003-05-31 | EV_SYSEX based SysEx for -eseq | Jamieson Christian | |
svn-id: r8197 | |||
2003-05-31 | Possible fix for -eseq SysEx | Jamieson Christian | |
svn-id: r8196 | |||
2003-05-17 | Moved SEQ driver to its own file | Jamieson Christian | |
svn-id: r7605 |