aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
AgeCommit message (Expand)Author
2006-04-12Fix typo reported in #1469339: "FluidSynth error typo"Eugene Sandulenko
2006-04-04Since our debug() adds an exclamation mark at the message end, removeEugene Sandulenko
2006-04-04Don't use HAVE_CONFIG_H / config.h directly, use scummsys.h insteadMax Horn
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-23fixed warnings for msvc7Paweł Kołodziejski
2006-02-12Reduced data duplication in module.mk files; added module.mk files for null a...Max Horn
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-07Removed .cvsignore filesMax Horn
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-14Lowered FluidSynth's default gain, and added config file and command-lineTorbjörn Andersson
2005-11-02Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile inc...Max Horn
2005-10-18Fix bug #1221549 "MT32emu: doesn't compile under gcc 3.4.2 / i386"Eugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-07-19I believe this fixes a GCC 4 compile error, but I can't run the MT-32Torbjörn Andersson
2005-07-11Fix more GCC 4.0 warningsMax Horn
2005-07-03- Small changes to sync with Munt.Jerome Fisher
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-05-11Mixer is now in namespace Audio. fix compiling.Oliver Kiehl
2005-05-11Moved some more stuff to namespace Audio (enough for tonight)Max Horn
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec...Max Horn
2005-05-10Moved (In/Out)SaveFile(Manager) and Timer to namespace CommonMax Horn
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-09fixed warningPaweł Kołodziejski
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
2005-05-09Fix doxygen messageMax Horn
2005-05-08Comply to our coding conventionsMax Horn
2005-04-22* Added new virtual base class 'Stream', ReadStream andMax Horn
2005-04-16vc compile warnAndrew Kurushin
2005-04-13Get rid of errno; add some (optional) error checking facilities to SaveFile c...Max Horn
2005-04-10Forgot to add files when committing patch #1175374.Torbjörn Andersson
2005-04-09Remove usage of vsprintf in favour of vsnprintf and makeJonathan Gray
2005-03-20Merged with latest Munt CVS.Jerome Fisher
2005-03-12PlayingSoundHandle -> SoundHandle; also, turned the handle activity check int...Max Horn
2005-03-09changing AudioDataType -> SoundType, so now the constant names match the name...Max Horn
2005-01-28Use class Mutex instead of MutexRefMax Horn
2005-01-10A little more moving around #include's (last one for today ;-)Max Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-06Added a font manager (work in progress)Max Horn
2005-01-03Add missing control changes, patch #1094825.Travis Howell
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-25Moved the softsynth midi drivers into a sound/softsynth; amongst other things...Max Horn