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
/
sound
/
softsynth
/
adlib.cpp
Age
Commit message (
Expand
)
Author
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-08
Switch Mixer::playInputStream to use DisposeAfterUse::Flag
Max Horn
2009-12-09
Remove the Audio::Mixer parameter from the midi/music plugins
Max Horn
2009-09-14
Wording.
Johannes Schickel
2009-09-14
Use struct packing for AdLib instruments like the SCUMM engine does. (And a c...
Johannes Schickel
2009-04-22
Rename adlib_read to adlib_get_reg_value, since it return the (cached) regist...
Johannes Schickel
2009-04-22
Renamed some variables and parameters to match their real use.
Johannes Schickel
2009-01-30
do not include common/debug.h from common/util.h
Max Horn
2008-12-19
Custom percussion instruments for the AdLib MIDI driver (Slightly modified pa...
Jordi Vilalta Prat
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-03-26
Modified Patch #1925352: Memory leak fixes
Max Horn
2008-01-27
Removed trailing spaces.
Jordi Vilalta Prat
2007-10-28
Patch #1800085: small 'unknown control change byte 32' patch
Max Horn
2007-08-20
Removed extra commas from lookup-tables' ends.
Kari Salminen
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-20
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
Max Horn
2007-02-16
Unified how we deal with (and how we generate) MIDI sysex messages -- in part...
Max Horn
2006-11-08
Changed the default instrument from "no instrument at all" to "the first
Torbjörn Andersson
2006-10-27
cleanup
Max Horn
2006-06-06
Rename AdlibInstrument fields
Travis Howell
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-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-05-10
Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...
Max Horn
2005-01-03
Add missing control changes, patch #1094825.
Travis Howell
2005-01-01
Updated copyright
Max Horn
2004-12-25
Moved the softsynth midi drivers into a sound/softsynth; amongst other things...
Max Horn