aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/music.h
AgeCommit message (Expand)Author
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
2010-01-19- Removed the resetDriver() hack. The reason why notes stopped being played s...Filippos Karapetis
2010-01-16SCI: CleanupWalter van Niftrik
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-09SCI: CleanupWalter van Niftrik
2010-01-07Premiliary adaption of SCI to use LoopingAudioStream. (This could really need...Johannes Schickel
2010-01-07Some formatting fixes.Johannes Schickel
2010-01-05Cleanup, fixed fading of digital sound effectsFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis