aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
2010-06-25SCI: set MDT_PREFER_GM instead od MDT_PREFER_MT32Florian Kagerer
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-25SCI: only send new volume to currently mapped channels, fixes assert in sq1 b...Martin Kiewitz
2010-06-24Changed a warning which seems like regular SCI behavior into a debugCFilippos Karapetis
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-22SCI: removing unneeded capacity uint from r50143Martin Kiewitz
2010-06-22Add support for the QFG3 demo audio map and audio resources. Based on a patch...Matthew Hoops
2010-06-22SCI: change midi queue to Common::Array and make it resize itself if needed i...Martin Kiewitz
2010-06-21SCI: fades already send out commands directlyMartin Kiewitz
2010-06-21SCI: instead of queueing inside midiparser, we are queueing now globally in S...Martin Kiewitz
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-21SCI: added fixme about r50110/r50073Martin Kiewitz
2010-06-21SCI: fix regression of r50073, allNotesOff() now directly sends to driver aga...Martin Kiewitz
2010-06-20SCI: storing all manual midi commands now and actually sending them to driver...Martin Kiewitz
2010-06-19SCI: locking _mutex inside SciMusic::sendMidiCommand(MusicEntry *pSnd, uint32...Martin Kiewitz
2010-06-19SCI: fixing last uninitialized variable issue in MidiParser_SCI (hopefully)Martin Kiewitz
2010-06-19SCI: fixing another uninitialized variable usage issue - also limiting reset ...Martin Kiewitz
2010-06-19SCI: stopping scripts from sending to unused channels manually (fixes sq1vga)Martin Kiewitz
2010-06-19SCI: reverting r50058 - we can't actually send to the channels at that time, ...Martin Kiewitz
2010-06-19SCI: move setVolume down inside loadMusic so that it actually affects the use...Martin Kiewitz
2010-06-19SCI: fixing uninitialized usage in MidiParser_SCIMartin 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-19SCI: AdLib: add dummy instruments when there are only 48 in the patchWalter van Niftrik
2010-06-18Fixed show_instruments to ignore instruments in Sierra's special MIDI channel...Filippos Karapetis
2010-06-18Added hints inside validate_arithmetic(), together with some code useful for ...Filippos Karapetis
2010-06-18Added an explanation about the invalid instruments used when using the Adlib ...Filippos Karapetis
2010-06-18SCI: implementing fading for sci1 only for used channels of the object, fixes...Martin Kiewitz
2010-06-18SCI: change error() inside adlib driver ::setPatch() to warning() again, fixi...Martin Kiewitz
2010-06-18Added information regarding a FIXMEFilippos Karapetis
2010-06-18Changed an assert into a warning with a FIXME (happens in SQ1)Filippos Karapetis
2010-06-18Added several unimplemented kDisplay subops, as well as a new sound command, ...Filippos Karapetis
2010-06-18SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables.Walter van Niftrik
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-17Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ...Filippos Karapetis
2010-06-17SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with...Martin Kiewitz
2010-06-17SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no...Martin Kiewitz
2010-06-17SCI: fixes regressions of r49905 (thx to digitall) - first we now find out wh...Martin Kiewitz
2010-06-17Fix another valgrind warning, thanks to digitall for spotting.Matthew Hoops
2010-06-16SCI: dont seek during init of music but on play, fixes assert when restoring ...Martin Kiewitz
2010-06-16SCI: fix debug command "show_instruments", got broken by r49905 on purposeMartin Kiewitz
2010-06-16SCI: implement channel remapping for SCI1Martin Kiewitz
2010-06-15SCI: Saner and simpler conversion from msecs to ticksMax Horn
2010-06-15Modify makeAIFFStream to match the other sound decoder factoriesMax Horn
2010-06-15Cleanup of the savegame code:Filippos Karapetis
2010-06-14SCI: Added a version of allNotesOff() which sends messages only to the channe...Filippos Karapetis
2010-06-12Added debug output to kDoAudio and some music commands. Also added a warning ...Filippos Karapetis
2010-06-11- Added a new debug command, verify_midi, which can be used to check all the ...Filippos Karapetis
2010-06-10SCI: adding current delta to tick position when getting the setsignalloop com...Martin Kiewitz