aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
AgeCommit message (Expand)Author
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
2009-05-05AdLib emulator changes part1 (breaks compilation :-/):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-03-10Use pow() instead of powf() when compiling with MinGW32 to work around a libs...Andre Heider
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.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-29Remove warnings from NDS build.Robin Watts
2008-11-13Fixed compiling of MT32 emulator with -O2 and -Werror.Johannes Schickel
2008-11-05Fixed compile error.Torbjörn Andersson
2008-11-05Turned enum PluginError into Common::Error, which in the future is to be used...Max Horn
2008-09-06MT32 emu: eof -> eosMax Horn
2008-09-03Removed unused readLine code from the MT-32 emuMax Horn
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...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-24typoMax Horn
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-02-26Completed fix for bug #1523129 (SOLARIS: solaris 8 build broken)Max Horn
2008-02-24Fixed warning on systems with unsiged char as default char type.Johannes Schickel
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
2007-12-13Adding a method to check whether a note currently playingSven Hesse
2007-12-09Fixed typosMax Horn
2007-11-19Don't use M_PI, rather use our very own PI constantMax Horn
2007-11-19Define M_PI if it's not defined (seems not to be defined under MSVC)Filippos Karapetis
2007-11-18Moved Gob's square wave generator to sound/softsynth/pcspk.hSven Hesse
2007-11-02Patch #1816901: MT-32 emu: Low volumeMax Horn
2007-10-28Patch #1800085: small 'unknown control change byte 32' patchMax Horn