aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sound/drivers/midi.cpp
AgeCommit message (Expand)Author
2014-10-13SCI: Fix bug #6725 - "SCI: LSL5 Mac doesn't launch with MT-32 music"Filippos Karapetis
2014-10-13SCI: Add comments for the MT-32/GM patch contentsFilippos Karapetis
2014-08-22MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)Ben Castricum
2014-07-24SCI: Small formatting fix.Johannes Schickel
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-04-17SCI: Fix confusing use of strncpyWillem Jan Palenstijn
2013-03-27SCI: Remove some useless checks in the MIDI driverFilippos Karapetis
2012-04-05SCI: Do not cast away const qualifier.Johannes Schickel
2011-05-13SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is definedmd5
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-27SCI: Removed unused variablesmd5
2011-04-13SCI: Added handling for another version of mt32.drv (bug #3285556)md5
2011-04-02SCI: Replace not required emumidi headerdhewg
2011-03-27SCI: Fix default pan value in MIDI driver.Walter van Niftrik
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-03SCI: Don't ignore SysEx messages at the driver level but warn insteadmd5
2011-03-03SCI: Slight cleanup of some sound driversmd5
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-26SCI: Some slight fixes for the code that reads the LSL2 early MT32.DLL driver...md5
2011-02-26SCI: Added support for reading data off the MT32.DRV driver found in LSL2 ear...md5
2011-02-10SCI: Added comments to the FB-01 and MIDI drivers. The original driver files ...Filippos Karapetis
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2010-11-26SCI: Only filter channels for early SCI0, as GM currently uses all channels.Walter van Niftrik
2010-11-26SCI: Send the SCI0 reverb init after reading the reverb dataFilippos Karapetis
2010-11-25SCI: Some reverb-related changes in the MIDI driver, based on a patch by walt...Filippos Karapetis
2010-11-25SCI: Initialize reverb in the music driver correctly. Based on a patch by wal...Filippos Karapetis
2010-11-25SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...Filippos Karapetis
2010-11-25SCI: Fix bug in MT-32 checksum computation. Thanks Sven for finding this.Walter van Niftrik
2010-11-25SCI: Set _useMT32Track correctly for KQ5 Windows, thus simplifying the codeFilippos Karapetis
2010-11-25SCI: Added support for the alternative GM tracks of the Windows version of KQ...Filippos Karapetis
2010-11-24SCI: Moved handling of special reverb value 127 outside of the MIDI driverFilippos Karapetis
2010-11-24SCI: some changes to the way reverb is handledFilippos Karapetis
2010-11-24SCI: Added a TODO for the default reverb valueFilippos Karapetis
2010-11-24SCI: Read MT-32 reverb data correctly (patch #3117434)Filippos Karapetis
2010-11-23SCI: Ignore polyphonic/channel aftertouch (0xa0 / 0xd0) in the MIDI driver, l...Filippos Karapetis
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-10SCI3: Some changesFilippos Karapetis
2010-10-28SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate h...Filippos Karapetis
2010-10-28SCI: Improved the description of the "map_instrument" console command a bit. ...Filippos Karapetis
2010-10-28SCI: Several changes related to MT-32 -> GM mappingFilippos Karapetis
2010-09-14SCI: Some constification.Johannes Schickel
2010-09-09SCI: Add getLastChannel() function to MidiPlayer classWalter van Niftrik
2010-09-03SCI: Added a warning when using GM with SCI1 gamesFilippos Karapetis
2010-08-19SCI: Added checking for the existence of a GM track, to determine if device I...Filippos Karapetis
2010-08-18SCI MIDI: adding some asserts as well as proper initialization for _velocityMapFilippos Karapetis
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-06-19SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac...Martin Kiewitz
2010-06-18SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables.Walter van Niftrik
2010-02-17SCI: Reduce header interdependenciesMax Horn