aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
AgeCommit message (Expand)Author
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
2007-10-27Added support for more ROM versions, see FR #1820331Max Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-18Fixed some more warningsMax Horn
2007-08-20Removed extra commas from lookup-tables' ends.Kari Salminen
2007-07-01Removing non-ASCII chars from source codeMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-19Patch #1701118: Remove non-english characters from ym2612.cppMax Horn
2007-03-24Added standard fileheader. (oops)Johannes Schickel
2007-03-24Commit of patch #1686414 ("Kyra: FM-Towns music").Johannes Schickel
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Force all code to use EventManager::pollEvent instead of OSystem::pollEventMax 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-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-10-21cleanupMax Horn
2006-07-21Spelling and formattingOystein Eftevaag
2006-06-24Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf...Max Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-06-06Rename AdlibInstrument fieldsTravis Howell
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
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