aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/mt32/synth.cpp
AgeCommit message (Expand)Author
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-01-08MT32: Fixed compilation warningsMarcus Comstedt
2010-12-14SOUND: Fix Un-initialised Memory Reads in MT-32 Emulator, reported by Valgrind.David Turner
2010-12-08MT32: Get rid of ANSIFile.Johannes Schickel
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
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-03-10Use pow() instead of powf() when compiling with MinGW32 to work around a libs...Andre Heider
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax 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
2007-12-09Fixed typosMax Horn
2007-10-27Added support for more ROM versions, see FR #1820331Max Horn
2005-11-02Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc...Max Horn
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-04-16vc compile warnAndrew Kurushin
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile c...Max Horn
2005-03-20Merged with latest Munt CVS.Jerome Fisher
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn