aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2010-09-24SCI: Implement voice mapping for CMS driver.Johannes Schickel
2010-09-19SCI: Added documentation for the different music patches in SCI gamesFilippos Karapetis
2010-09-17SCI: Fix compilation on AmigaOS.Johannes Schickel
2010-09-17SCI: Add CMS driver for SCI1-SCI1.1.Johannes Schickel
2010-09-17SCI: Proper initialization in MidiPlayer's constructor.Johannes Schickel
2010-09-14SCI: Some constification.Johannes Schickel
2010-09-09SCI: Fix last MIDI channel number for adlib driverWalter van Niftrik
2010-09-09SCI: Add getLastChannel() function to MidiPlayer classWalter van Niftrik
2010-09-08SCI: dont remap to channel 9 (fix real mt32)Martin Kiewitz
2010-09-06SCI: extending comment for prev. commitMartin Kiewitz
2010-09-06SCI: dont play audio on kDoSound in hoyle4Martin Kiewitz
2010-09-06SCI: fix regression of r52569Martin Kiewitz
2010-09-06SCI: AdLib: process patch change commands when playswitch is off.Walter van Niftrik
2010-09-05SCI: ignore kDoSound volume changes on samplesMartin Kiewitz
2010-09-05SCI: sierra sci ignores vol for kDoSound samplesMartin Kiewitz
2010-09-03SCI: Added a warning when using GM with SCI1 gamesFilippos Karapetis
2010-09-03SCI: Rewrote the game name IDs of the Mt32MemoryTimbreMaps array to be like t...Filippos Karapetis
2010-09-02SCI: Show a warning window regarding GM in some games.Filippos Karapetis
2010-09-01SCI: set master volume correctlyMartin Kiewitz
2010-08-31SCI: renaming fb01-enable to "native_fb01"Martin Kiewitz
2010-08-31SCI: forgot one rename of "enable_fb01"Martin Kiewitz
2010-08-19SCI: Added checking for the existence of a GM track, to determine if device I...Filippos Karapetis
2010-08-18SCI: Only perform queuing of song signals for SCI0, where we handle the updat...Filippos Karapetis
2010-08-18SCI MIDI: adding some asserts as well as proper initialization for _velocityMapFilippos Karapetis
2010-08-18SCI: Changed a warning into a debugCFilippos Karapetis
2010-08-12SCI: queuing signal, if signal not passed to scriptsMartin Kiewitz
2010-08-11SCI: not pausing kDoSound samples anymoreMartin Kiewitz
2010-08-04SCI: Turned a warning into a debugCFilippos Karapetis
2010-08-04SCI: fix fadeout on workaroundsMartin Kiewitz
2010-08-03SCI: not error()ing out on no free channelsMartin Kiewitz
2010-08-02SCI: Silenced some sound related warnings. Added an empty function for kDoSou...Filippos Karapetis
2010-08-01SCI: kDoSound(mute) behaviour changeMartin Kiewitz
2010-07-29SCI: midi hold behaviour fixedMartin Kiewitz
2010-07-29SCI: Added back debug output to sound commandsFilippos Karapetis
2010-07-27SCI: Fix PCjr soundMatthew Hoops
2010-07-26SOUND: Move the Mac snd decoder from SCI to /soundMatthew Hoops
2010-07-22SCI: Cleanup leftovers from the FreeSCI sound codeFilippos Karapetis
2010-07-20SCI: fix regression of r50463Martin Kiewitz
2010-07-20SCI: renaming kDoSound(resume) to resumeAfterRestoreMartin Kiewitz
2010-07-19SCI: disabling kDoSound(StopAll)Martin Kiewitz
2010-07-19SCI: update sample ticker when pausedMartin Kiewitz
2010-07-19SCI: change kDoSound(updateCues) for samplesMartin Kiewitz
2010-07-18SCI: Rename the Amiga music drivers to AmigaMac to reflect its current purpose.Matthew Hoops
2010-07-18SCI: Oops, silence gcc warning.Matthew Hoops
2010-07-18SCI: Add initial support for SCI0 Mac and SCI1 Amiga/Mac sound.Matthew Hoops
2010-07-18SCI: change to r50995 - better stop fading when stop is calledMartin Kiewitz
2010-07-18SCI: if game starts fading, stops music and later starts music again don't re...Martin Kiewitz
2010-07-18SCI: adding obj in kDoSound debug outputMartin Kiewitz
2010-07-17Remove extra ";" in class declarations.Johannes Schickel
2010-07-16SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t...Martin Kiewitz