aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-23Amiga SCI1 games had signed sound data. Fixes PQ3 AmigaFilippos Karapetis
2010-01-23Added song manipulation debug commands: songinfo, startsound, togglesound and...Filippos Karapetis
2010-01-22Reset the value of _resetOnPause when a song is loaded/unloadedFilippos Karapetis
2010-01-22- The reverb value is now obtained from the music driverFilippos Karapetis
2010-01-22SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translationWalter van Niftrik
2010-01-21SCI: fixing iceman intro again (dont set datainc immediately but after delta)Martin Kiewitz
2010-01-21- Fixed pausing of all sounds in the playlistFilippos Karapetis
2010-01-21SCI: CleanupWalter van Niftrik
2010-01-21SCI: Renamed softseq/ to drivers/Walter van Niftrik
2010-01-21SCI: Removed seq/ directoryWalter van Niftrik
2010-01-21SCI: Add MT-32 to GM mappingWalter van Niftrik
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19- Removed the resetDriver() hack. The reason why notes stopped being played s...Filippos Karapetis
2010-01-19Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in cl...Filippos Karapetis
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-18SCI: dont set dataInc selector inside updateCues when dataInc is not availableMartin Kiewitz
2010-01-17SCI: Check GM patch before loading itWalter van Niftrik
2010-01-17SCI: Add MT-32 support for early SCI0Walter van Niftrik
2010-01-17SCI: CleanupWalter van Niftrik
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-16SCI: Fix percussion volume adjustWalter van Niftrik
2010-01-16SCI: CleanupWalter van Niftrik
2010-01-16SCI: Fix rhythm channel handling in SCI0Walter van Niftrik
2010-01-16Disabled code which causes crashes/and or oddities with MIDI in later SCI gam...Filippos Karapetis
2010-01-16Added detection for the appropriate GM music channel play maskFilippos Karapetis
2010-01-16SCI: Add support for earlier MT-32 patch formatWalter van Niftrik
2010-01-16Fixed a Valgrind warning about an uninitialized variable, from waltervnFilippos Karapetis
2010-01-15Send a velocity off signal to all channels when a song is loadedFilippos Karapetis
2010-01-15Fixed warning.Torbjörn Andersson
2010-01-15Unified some of the code in midiMixChannels() and midiFilterChannels()Filippos Karapetis
2010-01-15When unloading a song, only reset the channels that it actually used, not all...Filippos Karapetis
2010-01-14Hold pedal is now reset as well when a sound is unloadedFilippos Karapetis
2010-01-14SCI: Add MIDI support. Currently only the later MT-32/GM patch type works.Walter van Niftrik
2010-01-13SCI: DoSound: when setting volume return previous value, fixes KQ6CD intro.Walter van Niftrik
2010-01-13The pitch wheel is now properly reset when a song is unloadedFilippos Karapetis
2010-01-13Documented MidiParser_SCI, mentioning that it's an extension to the MidiParse...Filippos Karapetis
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-12Fix memory leak in MidiPlayer_Adlib.Johannes Schickel
2010-01-12Fix some memory leaks caused by never deleting the objects inside SoundComman...Johannes Schickel
2010-01-12SCI: deleting _music in destructorMartin Kiewitz
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-11- Don't set the palette per portrait frame - setting the whole screen palette...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: Fix handling of output rate in PCJr driverWalter van Niftrik
2010-01-09SCI: Fix crash on exit when using PCJr driver.Walter van Niftrik