aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.cpp
AgeCommit message (Expand)Author
2010-01-12SCI: Handle master volume inside music driversWalter van Niftrik
2010-01-11New music code: Implemented sound stopping after fading, and disabled MIDI so...Filippos Karapetis
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-09SCI: CleanupWalter van Niftrik
2010-01-09SCI: CleanupWalter van Niftrik
2010-01-09SCI: Move music device IDs to drivers.Walter van Niftrik
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Fix unhandled case(s) in switch warning from g++.Johannes Schickel
2010-01-08SCI: changed handling when unsupported sound type is selected, we are switchi...Martin Kiewitz
2010-01-08SCI: Use adlib music by defaultWalter van Niftrik
2010-01-07Premiliary adaption of SCI to use LoopingAudioStream. (This could really need...Johannes Schickel
2010-01-07SCI: releasing sample stream as well (thx to LordHoto)Martin Kiewitz
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis