mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
c0388b833c
The empty OPL instrument check would check only the ADSR envelope fields for 0, assuming this would mean the instrument would produce no sound. However, some of these fields are flipped, i.e. max value would produce no sound. So this shortcut was invalid. It is replaced by checking all fields for 0. |
||
---|---|---|
.. | ||
decoders | ||
mods | ||
softsynth | ||
soundfont | ||
adlib_ms.cpp | ||
adlib_ms.h | ||
adlib.cpp | ||
alsa_opl.cpp | ||
audiostream.cpp | ||
audiostream.h | ||
fmopl.cpp | ||
fmopl.h | ||
mididrv_ms.cpp | ||
mididrv_ms.h | ||
mididrv.cpp | ||
mididrv.h | ||
midiparser_qt.cpp | ||
midiparser_qt.h | ||
midiparser_smf.cpp | ||
midiparser_xmidi.cpp | ||
midiparser.cpp | ||
midiparser.h | ||
midiplayer.cpp | ||
midiplayer.h | ||
miles_adlib.cpp | ||
miles_midi.cpp | ||
miles.h | ||
mixer_intern.h | ||
mixer.cpp | ||
mixer.h | ||
module.mk | ||
mpu401.cpp | ||
mpu401.h | ||
mt32gm.cpp | ||
mt32gm.h | ||
musicplugin.cpp | ||
musicplugin.h | ||
null.cpp | ||
null.h | ||
opl2lpt.cpp | ||
rate.cpp | ||
rate.h | ||
timestamp.cpp | ||
timestamp.h |