aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
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
2008-05-27Implemented getTotalPlayTime for MP3InputStream.Johannes Schickel
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
2008-05-24Instead of simply returning 0 for "infinite" looping in FLAC and OGG/Vorbis s...Johannes Schickel
2008-05-24Take numLoops in account for getTotalPlayTime in FLAC and OGG/Vorbis streams.Johannes Schickel
2008-05-24Implementation of AudioStream::getTotalPlayTime for FLAC and OGG/Vorbis streams.Johannes Schickel
2008-05-24Made AudioStream::getTotalPlayTime virtual (Ooops :-)Johannes Schickel
2008-05-24Patch #1970427: AudioStream play length queryingMax Horn
2008-05-24typoMax Horn
2008-05-20Move makeAdlibOPL inside the #include guardsMax Horn
2008-05-14- Added more information (ID and capabilities) to the MIDI driversJordi Vilalta Prat
2008-05-14Moved midiplugin.h to sound/ since it will be used for more than just the nat...Jordi Vilalta Prat
2008-05-11Removed the remaining traces of the MorphOS ETUDE driver.Jordi Vilalta Prat
2008-05-11Added the MidiPlugin interface (first step towards the MIDI plugins)Jordi Vilalta Prat
2008-05-07Changed all delete [] usages to delete[].Johannes Schickel
2008-05-06Allow static and dynamic plugins to be used at the same timeJordi Vilalta Prat
2008-04-20Fixed comments.Torbjörn Andersson
2008-04-14typoMax Horn
2008-04-03Add cyx patch for bug #1915657 - ELVIRA1: Amiga crashes (paula.h:108).Travis Howell
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was remove...Max Horn
2008-02-26Completed fix for bug #1523129 (SOLARIS: solaris 8 build broken)Max Horn
2008-02-26Another tiny speed tweak for fmopl.cpp; replace a division with a shift.Robin Watts
2008-02-24Fixed warning on systems with unsiged char as default char type.Johannes Schickel
2008-02-20Added CAMD MIDI driver for AmigaOS4Jordi Vilalta Prat
2008-02-17Tweaks to fmopl; same net effect overall, just faster.Robin Watts
2008-02-03Added template param to CLIP since implicit cast is not working 100% on all p...Lars Persson
2008-02-02Corrected an off-by-one error introduced with the latest cleanupsFilippos Karapetis
2008-02-02CleanupFilippos Karapetis