aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/adlib.cpp
AgeCommit message (Expand)Author
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-09-14Wording.Johannes Schickel
2009-09-14Use struct packing for AdLib instruments like the SCUMM engine does. (And a c...Johannes Schickel
2009-04-22Rename adlib_read to adlib_get_reg_value, since it return the (cached) regist...Johannes Schickel
2009-04-22Renamed some variables and parameters to match their real use. Johannes Schickel
2009-01-30do not include common/debug.h from common/util.hMax Horn
2008-12-19Custom percussion instruments for the AdLib MIDI driver (Slightly modified pa...Jordi Vilalta Prat
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-06-13Added initial interface to list music devices and their typesJordi Vilalta Prat
2008-06-13Renamed MIDI plugins to Music pluginsJordi Vilalta Prat
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-10-28Patch #1800085: small 'unknown control change byte 32' patchMax Horn
2007-08-20Removed extra commas from lookup-tables' ends.Kari Salminen
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-02-20Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by meMax Horn
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2006-11-08Changed the default instrument from "no instrument at all" to "the firstTorbjörn Andersson
2006-10-27cleanupMax Horn
2006-06-06Rename AdlibInstrument fieldsTravis Howell
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-01-03Add missing control changes, patch #1094825.Travis Howell
2005-01-01Updated copyrightMax Horn
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn