aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.cpp
AgeCommit message (Expand)Author
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-06Add detection entry for KQ5 Mac. Also, make Mac and Amiga SCI1_EGA+ games def...Matthew Hoops
2010-02-03Fixed the hang with the new music code after the copy protection in Island of...Filippos Karapetis
2010-02-02Use MIDI by default for SCI32. Fixes the GK2 demo.Matthew Hoops
2010-02-02SCI: Abort when sound driver fails to open.Walter van Niftrik
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-30SCI: Do not prefer MIDI drivers, as MT-32 to GM mapping is still lacking.Walter van Niftrik
2010-01-29Always prefer MIDI drivers over the other onesFilippos Karapetis
2010-01-28Always try and load the associated digital track if the requested MIDI track ...Filippos Karapetis
2010-01-27Fixed the demo version of Longbow - speech was not played at all with the new...Filippos Karapetis
2010-01-27The two unknown fields point to the beginning and end of the sound sampleFilippos Karapetis
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-26Removed the unnecessary fadeVolume variableFilippos Karapetis
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-22- The reverb value is now obtained from the music driverFilippos Karapetis
2010-01-21- Fixed pausing of all sounds in the playlistFilippos Karapetis
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-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
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-16SCI: Add support for earlier MT-32 patch formatWalter van Niftrik
2010-01-14SCI: Add MIDI support. Currently only the later MT-32/GM patch type works.Walter van Niftrik
2010-01-13The pitch wheel is now properly reset when a song is unloadedFilippos Karapetis
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
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