aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_midi.cpp
AgeCommit message (Expand)Author
2010-09-15KYRA: Send GM reset on startup.Johannes Schickel
2010-08-24KYRA: Cleanup.Johannes Schickel
2010-07-21KYRA: Fix mute setting with MIDI and FM-Towns/PC98 output.Johannes Schickel
2010-01-25Remove HACK, which is obsolete because of r47336.Johannes Schickel
2010-01-17Delay the time a sysEx takes to send instead of the old (incorrect) way of de...Johannes Schickel
2010-01-01Fix out of bounds access reported by syke.Johannes Schickel
2009-11-28LOL: completed support for floppy installer filesFlorian Kagerer
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-08-12Properly respect users sfx/music config settings for MIDI output.Johannes Schickel
2009-06-29Removed more obsolete TODO messages.Johannes Schickel
2009-05-29Output a warning to the user, when he tries to play back MT32 MIDI tracks wit...Johannes Schickel
2009-05-27- Moved Sound implementation declarations to the newly added file sound_intern.hJohannes Schickel
2009-05-22Add hack so LoL intro demo will init MT-32 properly.Johannes Schickel
2009-05-22Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands of...Johannes Schickel
2009-05-22Oops typo.Johannes Schickel
2009-05-22Properly initialize MT-32 for LoL demos.Johannes Schickel
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-19KYRA: fix mt-32 sysex loading for LOL floppyFlorian Kagerer
2008-12-14Added code to initialize MT-32 properly for Lands of Lore.Johannes Schickel
2008-12-11Whoops changed integer size of variables storing volume information, now volu...Johannes Schickel
2008-12-11Midi code now allows volume values to be [0, 256] instead of [0, 255] like be...Johannes Schickel
2008-12-07Cleanup.Johannes Schickel
2008-12-07Prevent MIDI files from being load, when they are already loaded.Johannes Schickel
2008-11-30Fixed some looping MIDI sound effects.Johannes Schickel
2008-11-30Added MIDI SFX Map, fixes SFX in HoF.Johannes Schickel
2008-11-30- Extended MidiDriver::sysEx to allow 264 byte sysEx messagesJohannes Schickel
2008-11-30Cleanup.Johannes Schickel
2008-11-30- Fix some valgrind warningsJohannes Schickel
2008-11-30Implement fade out support for MIDI.Johannes Schickel
2008-11-30Cleanup.Johannes Schickel
2008-11-30Initial version of proper MIDI support for KYRA.Johannes Schickel