index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
sound
/
drivers
/
midi.cpp
Age
Commit message (
Expand
)
Author
2012-04-05
SCI: Do not cast away const qualifier.
Johannes Schickel
2011-05-13
SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined
md5
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-27
SCI: Removed unused variables
md5
2011-04-13
SCI: Added handling for another version of mt32.drv (bug #3285556)
md5
2011-04-02
SCI: Replace not required emumidi header
dhewg
2011-03-27
SCI: Fix default pan value in MIDI driver.
Walter van Niftrik
2011-03-23
AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclasses
Max Horn
2011-03-03
SCI: Don't ignore SysEx messages at the driver level but warn instead
md5
2011-03-03
SCI: Slight cleanup of some sound drivers
md5
2011-02-27
SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY
md5
2011-02-26
SCI: Some slight fixes for the code that reads the LSL2 early MT32.DLL driver...
md5
2011-02-26
SCI: Added support for reading data off the MT32.DRV driver found in LSL2 ear...
md5
2011-02-10
SCI: Added comments to the FB-01 and MIDI drivers. The original driver files ...
Filippos Karapetis
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2011-02-07
ALL: Fix whitespaces / indention
Max Horn
2010-11-26
SCI: Only filter channels for early SCI0, as GM currently uses all channels.
Walter van Niftrik
2010-11-26
SCI: Send the SCI0 reverb init after reading the reverb data
Filippos Karapetis
2010-11-25
SCI: Some reverb-related changes in the MIDI driver, based on a patch by walt...
Filippos Karapetis
2010-11-25
SCI: Initialize reverb in the music driver correctly. Based on a patch by wal...
Filippos Karapetis
2010-11-25
SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...
Filippos Karapetis
2010-11-25
SCI: Fix bug in MT-32 checksum computation. Thanks Sven for finding this.
Walter van Niftrik
2010-11-25
SCI: Set _useMT32Track correctly for KQ5 Windows, thus simplifying the code
Filippos Karapetis
2010-11-25
SCI: Added support for the alternative GM tracks of the Windows version of KQ...
Filippos Karapetis
2010-11-24
SCI: Moved handling of special reverb value 127 outside of the MIDI driver
Filippos Karapetis
2010-11-24
SCI: some changes to the way reverb is handled
Filippos Karapetis
2010-11-24
SCI: Added a TODO for the default reverb value
Filippos Karapetis
2010-11-24
SCI: Read MT-32 reverb data correctly (patch #3117434)
Filippos Karapetis
2010-11-23
SCI: Ignore polyphonic/channel aftertouch (0xa0 / 0xd0) in the MIDI driver, l...
Filippos Karapetis
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-10
SCI3: Some changes
Filippos Karapetis
2010-10-28
SCI: Split the GM related names out of map-mt32-to-gm.h and into a separate h...
Filippos Karapetis
2010-10-28
SCI: Improved the description of the "map_instrument" console command a bit. ...
Filippos Karapetis
2010-10-28
SCI: Several changes related to MT-32 -> GM mapping
Filippos Karapetis
2010-09-14
SCI: Some constification.
Johannes Schickel
2010-09-09
SCI: Add getLastChannel() function to MidiPlayer class
Walter van Niftrik
2010-09-03
SCI: Added a warning when using GM with SCI1 games
Filippos Karapetis
2010-08-19
SCI: Added checking for the existence of a GM track, to determine if device I...
Filippos Karapetis
2010-08-18
SCI MIDI: adding some asserts as well as proper initialization for _velocityMap
Filippos Karapetis
2010-06-21
Patch #1956501: "GUI/LAUNCHER: Midi device selection"
Max Horn
2010-06-19
SCI: make channel remapping stop using channel 0 for mt32 - fixes playback ac...
Martin Kiewitz
2010-06-18
SCI: (Temporary?) workaround for firmware bug in common USB-MIDI cables.
Walter van Niftrik
2010-02-17
SCI: Reduce header interdependencies
Max Horn
2010-02-02
SCI: Fix bug in keyshift handling in midi driver.
Walter van Niftrik
2010-01-29
SCI: Fix out-of-bounds error in MT-32 patch reading in GM mode.
Walter van Niftrik
2010-01-26
SCI: Add driver for Yamaha FB-01. Cleanup.
Walter van Niftrik
2010-01-22
SCI: Fix OB1 error in rhythm mapping in MT-32 to GM translation
Walter van Niftrik
2010-01-21
SCI: Cleanup
Walter van Niftrik
2010-01-21
SCI: Renamed softseq/ to drivers/
Walter van Niftrik