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
/
audio
/
softsynth
/
mt32.cpp
Age
Commit message (
Expand
)
Author
2018-07-22
GUI: Use consistent capitalization for options
Thierry Crozat
2016-12-18
MT32: Really add the virtual destructor
Colin Snover
2016-12-18
MT32: Fix virtual dtor warning, incorrect delete, unnecessary allocation
Colin Snover
2016-12-17
MT32: Prevent Munt from including <fstream>
Eugene Sandulenko
2016-12-16
MT32: Fix driver to be thread-safe
Colin Snover
2016-12-16
MT32: Update Munt to 2.0.1-pre
Colin Snover
2016-11-25
Revert "MT32: Update Munt to 2.0.0"
Colin Snover
2016-11-25
MT32: Update Munt to 2.0.0
Colin Snover
2016-10-29
MT32: Use OSDMessageQueue to post OSD messages from the MT32 thread
Thierry Crozat
2016-03-18
AUDIO: Use MUNT's sample rate for MT-32 emulation.
Johannes Schickel
2016-03-18
AUDIO: Make MT-32 emulator play MIDI events immediately.
Johannes Schickel
2015-12-28
MT32: Check for CM32-L ROMs before checking for MT-32 ones
Filippos Karapetis
2014-02-18
AUDIO: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-16
AUDIO: Cleanup MT-32 code a bit.
Johannes Schickel
2014-01-16
AUDIO: Register MT-32 emulator as plain sound type.
Johannes Schickel
2013-11-03
AUDIO: Do not add extrapath to SearchMan in MT-32 emu code.
Johannes Schickel
2013-07-06
AUDIO: Further fix to ReportHandlerScummVM::printDebug in MT32 code.
D G Turner
2013-07-04
AUDIO: Fix ReportHandlerScummVM::printDebug in MT32 code.
Johannes Schickel
2013-05-17
AUDIO: Reduce callback frequency of the MT-32 emulator.
Johannes Schickel
2013-05-01
MT32: Fix some non-initialized fields in MidiDriver_MT32 - CID 1002949
Filippos Karapetis
2013-02-04
MT32: Also attempt to load roms named CM32L_CONTROL.ROM / CM32L_PCM.ROM
Filippos Karapetis
2013-01-06
MT32: Remove the screen drawing code of the MUNT debug messages (bug #3599702)
Filippos Karapetis
2013-01-06
MT-32: Only show MUNT debug messages for debug level 4 and above (bug #3599702)
Filippos Karapetis
2012-12-27
MT32: Move the ROM file deletion code to the ScummVM MT32 driver
Filippos Karapetis
2012-12-26
MT32: Update the MT32 emulator and adapt to its new API
Filippos Karapetis
2012-02-09
MT32: Hooked up ScummVM MIDI gain
Eugene Sandulenko
2012-02-09
MT32: Update MT-32 emulator to latest Munt code
Eugene Sandulenko
2011-08-06
OSYSTEM: extended installTimerProc() with timer ID parameter
Eugene Sandulenko
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-06
GRAPHICS: Get rid of kSODFont (ScummFont)
Thierry Crozat
2011-06-06
AUDIO: some more text tweaks
athrxx
2011-06-06
AUDIO: Tweak warning text
Willem Jan Palenstijn
2011-06-05
AUDIO: fix device detection (missing rom files for MT-32 emu)
athrxx
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-02
ALL: Mark printf and various other symbols as forbidden
Max Horn
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-22
AUDIO: Cleanup
dhewg
2011-02-14
MT32: Adapt to setPalette RGBA->RGB change.
Johannes Schickel
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn