aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
AgeCommit message (Expand)Author
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-04-20Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa...Andre Heider
2010-04-17Fixing some warnings (with gcc 3.3.6)Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-09Add missing cases to switch statements, remove whitespaceOri Avtalion
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-12This hopefully fixes building on win64.Johannes Schickel
2010-03-09Initialise 'releaseAdd' to avoid a Valgrind warning in Write20() when theTorbjörn Andersson
2010-03-08Add a slight comment when the DBOPL sources where synched with DOSBox.Johannes Schickel
2010-03-08Use memset instead of a custom loop for zeroing the sample buffer.Johannes Schickel
2010-03-08Cleanup.Johannes Schickel
2010-03-08Switch to the other DOSBox OPL emulator as suggested by the DOSBox developers.Johannes Schickel
2010-02-26SID: Adding DISABLE_SID option, as SID player embiggens binary by a large amo...Neil Millstone
2010-01-25- Remove "(experimental)" mark from DOSBox OPL emulator description in GUIJohannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-25Replace some more Adlib uses by AdLib.Johannes Schickel
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-08Use DisposeAfterUse::FlagWillem Jan Palenstijn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-30Add Nintendo 64 port to trunk.Fabio Battaglia
2009-12-09Typo...Johannes Schickel
2009-12-09This is hopefully fixing compilation of the fluidsynth code.Johannes Schickel
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-11-26Fix warnings.Johannes Schickel
2009-11-26Add patch #2839048 - MM C64 sound/music player, with minor changes.Travis Howell
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-14Wording.Johannes Schickel
2009-09-14Use struct packing for AdLib instruments like the SCUMM engine does. (And a c...Johannes Schickel
2009-07-29Fix typo, which made our "floorf" macro use "floorf" instead of "floor" on sy...Johannes Schickel
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-29Double volume of DOSBox' OPL emulator, like DOSBox does too.Johannes Schickel
2009-05-27Add include guard.Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-22Fixed a warning: printf("%f") should take a double, not a float.Marcus Comstedt
2009-05-19COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...Max Horn
2009-05-13Make g++ 4.4 happy (warning about out of bounds access).Johannes Schickel
2009-05-12- Add support for selecting the OPL emulator being used (config entry: "opl_d...Johannes Schickel
2009-05-06For the time being rename opl.h to opl_inc.h and opl.cpp to opl_impl.h, so MS...Johannes Schickel
2009-05-06Another attempt at fixing MSVC compiliation. (someone test this please ;-)Johannes Schickel
2009-05-06Don't include headers inside namespace scopes. This should fix compilation on...Johannes Schickel
2009-05-06Added a reference to scummsys.h to fix compilation errorsPaul Gilbert
2009-05-06Fix feedback/algorithm register write bugs in Dual OPL2 mode.Johannes Schickel
2009-05-05Really fix Dual OPL2 initialization.Johannes Schickel
2009-05-05Dual OPL2 initialization bugfix.Johannes Schickel
2009-05-05Cleanup:Johannes Schickel
2009-05-05AdLib emulator changes part2:Johannes Schickel