aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2008-12-31Rewrote to get rid of "condition is always false" warning.Torbjörn Andersson
2008-12-31Added possible FIXMEsFilippos Karapetis
2008-12-31Prevent erroneous access of negative array indicesFilippos Karapetis
2008-12-31Fixed warningMax Horn
2008-12-31Fixed GCC warning.Torbjörn Andersson
2008-12-31Commented out part of the code that corrupts the heap for meFilippos Karapetis
2008-12-31Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and...Filippos Karapetis
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-19Custom percussion instruments for the AdLib MIDI driver (Slightly modified pa...Jordi Vilalta Prat
2008-12-13Whoops. Fix accidently wrong evaluation statement.Johannes Schickel
2008-12-13Cleanup.Johannes Schickel
2008-12-13Fix for bug #2423449 "AGOS: Music Looping broken (regression)".Johannes Schickel
2008-12-12Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime (...Sven Hesse
2008-12-03cleanupMax Horn
2008-12-02Apparently, constraining the number of mixing samples to be divisible by 4 is...Sven Hesse
2008-11-30- Extended MidiDriver::sysEx to allow 264 byte sysEx messagesJohannes Schickel
2008-11-30Initial version of proper MIDI support for KYRA.Johannes Schickel
2008-11-29Remove warnings from NDS build.Robin Watts
2008-11-17Fixed a warning on the DS build, added some clarifying comments, reformatted ...Max Horn
2008-11-17Factoring shared code of template classes into a shared base class saves anot...Max Horn
2008-11-17Saving 32kb DATA sizeMax Horn
2008-11-16Implementing getTotalPlayTime() for AppendableMemoryStreamSven Hesse
2008-11-15Added support for the ADPCM used in Discworld 2Sven Hesse
2008-11-13Fixed compiling of MT32 emulator with -O2 and -Werror.Johannes Schickel
2008-11-12Verify sanity of LinearMemoryStream params in the factory function instead of...Max Horn
2008-11-09Made getSoundElapseTime() work better when the sound has been paused. A newTorbjörn Andersson
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-13Big patch changing the signature of various Stream methods (some ports may ne...Max Horn
2008-09-06MT32 emu: eof -> eosMax Horn
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2008-09-03Removed unused readLine code from the MT-32 emuMax Horn
2008-09-03Some cleanup by peresMax Horn
2008-09-03Fix for MSVC warning about ambiguous usage of MINFilippos Karapetis
2008-08-30Fix (?) Solaris detection in some workaround code in the MT-32 emulatorMax Horn
2008-08-27Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix ...Max Horn
2008-08-10Committed my patch #2040074 ("XMIDI callback control events"). At the moment,...Torbjörn Andersson
2008-08-01Print a warning if unsupported XMIDI controllers are usedMax Horn
2008-07-29Changed class File (and derived classes) to only support read-only access; ad...Max Horn
2008-07-09cleanup / code formattingMax Horn
2008-07-08On reading some more about XMIDI, I believe the NEXT and BREAK variants of theTorbjörn Andersson
2008-07-06Fixed silly error. The NEXT_BREAK event should, of course, jump to the eventTorbjörn Andersson
2008-07-06Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (theTorbjörn Andersson
2008-06-28Patch ##1956946 (Audio::Mixer internal API revision) with some tweaksMax Horn
2008-06-22Fixed getTotalPlayTime implementation for MP3InputStream.Johannes Schickel
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-06-11use kMaxChannelVolume instead of hardcoding 255Max Horn
2008-05-31Avoid some warnings when compiling in non-DEBUG mode (i.e. with assert() disa...Max Horn
2008-05-27- Cleanup code for FlacInputStream::getTotalPlayTimeJohannes Schickel