aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.h
AgeCommit message (Expand)Author
2015-02-15SCI: Allow channel remapping from audio thread tooWillem Jan Palenstijn
2015-02-15SCI: Use sound resource priority by default for songsWillem Jan Palenstijn
2015-02-15SCI: Give songs that start playing later higher priorityWillem Jan Palenstijn
2015-02-14SCI: Register and save playBed option to PlaySoundWillem Jan Palenstijn
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-05-29SCI: kDoSound: only one sample at once - thx wjpMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-31SCI: Rewrite MIDI channel remappingWillem Jan Palenstijn
2013-09-21Merge branch 'master' into sci_midiparserWillem Jan Palenstijn
2013-09-21SCI: sfx/music priority int16 fixes bug #3615038m-kiewitz
2013-09-21AUDIO: Simplify SCI inFastForward flag by moving it to MidiParserWillem Jan Palenstijn
2013-09-15SCI: fix tabs in last commitm-kiewitz
2013-09-15SCI: disable signals when resuming music, so that debugger will work properly...m-kiewitz
2011-12-28SCI: Rename _bMultiMidi to _useDigitalSFX and only initialize it inside Sound...Filippos Karapetis
2011-11-01SCI: (KQ5 FM-Towns) - fix voice mappingathrxx
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-25SCI: implemented reverb handling and related functionalityFilippos Karapetis
2010-11-24SCI: Some renaming and added several TODOs concerning reverbFilippos Karapetis
2010-11-24SCI: Added a getReverb() accessor to the SciMusic classFilippos Karapetis
2010-09-09SCI: Fix last MIDI channel number for adlib driverWalter van Niftrik
2010-09-06SCI: fix regression of r52569Martin Kiewitz
2010-09-02SCI: Show a warning window regarding GM in some games.Filippos Karapetis
2010-09-01SCI: set master volume correctlyMartin Kiewitz
2010-08-18SCI: Only perform queuing of song signals for SCI0, where we handle the updat...Filippos Karapetis
2010-08-12SCI: queuing signal, if signal not passed to scriptsMartin Kiewitz
2010-07-29SCI: midi hold behaviour fixedMartin Kiewitz
2010-07-09SCI: added currently commented-out pauseSound implementation for some sci0 ga...Martin Kiewitz
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-26SCI: reverting r50315 - had the deadlock just again...Martin Kiewitz
2010-06-26SCI: fixing deadlock possiblity on samples (sq3 deadlocked on door opening/wh...Martin Kiewitz
2010-06-22SCI: removing unneeded capacity uint from r50143Martin Kiewitz
2010-06-22SCI: change midi queue to Common::Array and make it resize itself if needed i...Martin Kiewitz
2010-06-21SCI: instead of queueing inside midiparser, we are queueing now globally in S...Martin Kiewitz
2010-06-19SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac...Martin Kiewitz
2010-06-19SCI: free channels for channel remapping on stop and pause, instead of dispos...Martin Kiewitz
2010-06-17SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with...Martin Kiewitz
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-03- Made some methods constJohannes Schickel
2010-06-03A first attempt at channel remapping (currently disabled)Filippos Karapetis
2010-05-19SCI: sound code now queues up music in sci0, wip-code: not reacting on priori...Martin Kiewitz
2010-05-19SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priorityMartin Kiewitz
2010-03-16SCI: fix assert in sound code when fadeout is done (lsl1 bug #2970301)Martin Kiewitz
2010-02-17SCI: Reduce header interdependenciesMax Horn
2010-01-26SCI: Add driver for Yamaha FB-01. Cleanup.Walter van Niftrik
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
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-21SCI: Renamed softseq/ to drivers/Walter van Niftrik