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
2019-04-02
SCI: - update MT32/GM driver initTrack method
athrxx
2019-04-02
SCI: implement SCI0 midi driver track initialization
athrxx
2018-03-28
SCI: Added overried specifiers
Eugene Sandulenko
2017-10-04
SCI: Set default MT-32 reverb before each sound
Ruud Klaver
2017-09-12
SCI: Omit SysEx delays when sending to MT-32 emulator
Colin Snover
2017-07-07
SCI32: Fix missing music in MGDX
Colin Snover
2017-03-30
SCI: Update formatting strings to match updated Span API
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2017-02-26
SCI: Clean up unnecessary casts
Willem Jan Palenstijn
2016-12-03
SCI: Fix non-responsive application warning during sysex transfers
Colin Snover
2016-04-14
JANITORIAL: Reduce audio header dependencies
Ori Avtalion
2015-12-29
SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE
Martin Kiewitz
2014-10-13
SCI: Fix bug #6725 - "SCI: LSL5 Mac doesn't launch with MT-32 music"
Filippos Karapetis
2014-10-13
SCI: Add comments for the MT-32/GM patch contents
Filippos Karapetis
2014-08-22
MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user)
Ben Castricum
2014-07-24
SCI: Small formatting fix.
Johannes Schickel
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-04-17
SCI: Fix confusing use of strncpy
Willem Jan Palenstijn
2013-03-27
SCI: Remove some useless checks in the MIDI driver
Filippos Karapetis
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
[next]