scummvm/audio/softsynth/mt32
Colin Snover b8d70d26fa MT32: Update Munt to 2.0.1-pre
This update uses upstream commit
f88ef828a600ce66d1f730c8fb2a7f580f6f6165.

This update switches to use the new Munt C++ interface, which
will allow ScummVM to link to an external Munt library instead
of requiring it to be built-in in the future. For the moment,
the emulator is still built-in, since it is not available from
most package repositories.

The Munt driver in ScummVM now uses writeSysex instead of the
(now-private) playSysexWithoutFraming, per recommendation from
the Munt team <https://github.com/munt/munt/pull/30>.

This changeset also removes direct modifications that used to be
made to Munt code, to ease future updates. To update Munt code in
the future:

1. Replace all source files in the `softsynth/mt32` directory with
   new files from the upstream `mt32emu/src` directory;
2. Update `config.h` with the correct version number for the new
   version of Munt;
3. Update `module.mk` to add any new source files that need to be
   built.
2016-12-16 15:44:29 -06:00
..
c_interface MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
sha1 MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Analog.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Analog.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
BReverbModel.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
BReverbModel.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
config.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Enumerations.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
File.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
File.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
FileStream.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
FileStream.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
globals.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
internals.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
LA32FloatWaveGenerator.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
LA32FloatWaveGenerator.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
LA32Ramp.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
LA32Ramp.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
LA32WaveGenerator.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
LA32WaveGenerator.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
MemoryRegion.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
MidiEventQueue.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
MidiStreamParser.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
MidiStreamParser.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
mmath.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
module.mk MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
mt32emu.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Part.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Part.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Partial.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Partial.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
PartialManager.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
PartialManager.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Poly.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Poly.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
ROMInfo.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
ROMInfo.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Structures.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Synth.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Synth.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Tables.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Tables.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
TVA.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
TVA.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
TVF.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
TVF.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
TVP.cpp MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
TVP.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00
Types.h MT32: Update Munt to 2.0.1-pre 2016-12-16 15:44:29 -06:00