aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound
AgeCommit message (Expand)Author
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
2010-06-10kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake ...Matthew Hoops
2010-06-10Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a...Matthew Hoops
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-06-09SCI: fix multiple playing of the same sound in a row (without using looping) ...Martin Kiewitz
2010-06-08SCI: if song isn't playing, set signal and don't set fadeout/fadein variables...Martin Kiewitz
2010-06-04Some more work on channel remapping: Moved the remapping code to the music lo...Filippos Karapetis
2010-06-03Replace two uses of ::qsort by Common::sort.Johannes Schickel
2010-06-03- Made some methods constJohannes Schickel
2010-06-03A first attempt at channel remapping (currently disabled)Filippos Karapetis
2010-06-03Added channel remapping to MidiParser_SCI (currently unused)Filippos Karapetis