scummvm/audio
Coen Rampen c0388b833c AUDIO/MIDI: Fix OPL empty instrument check
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.
2021-08-14 21:48:10 +02:00
..
decoders AUDIO: fix global constructor warnings 2021-08-07 10:46:14 +02:00
mods AUDIO: (Amiga) - adapt mutex handling to latest mixer code changes 2021-07-04 18:05:00 +02:00
softsynth AUDIO: Fix missing include 2021-07-09 17:09:32 +01:00
soundfont AUDIO: SOUNDFONT: Fix warnings for header search failure. 2021-06-26 08:41:04 +03:00
adlib_ms.cpp AUDIO/MIDI: Fix OPL empty instrument check 2021-08-14 21:48:10 +02:00
adlib_ms.h AUDIO: Fix struct and const init, add missing breaks 2021-07-02 15:40:13 +02:00
adlib.cpp JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
alsa_opl.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
audiostream.cpp JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
audiostream.h JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
fmopl.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
fmopl.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
mididrv_ms.cpp AUDIO/MIDI: Add reset source volume to multisource drivers 2021-08-08 22:12:06 +02:00
mididrv_ms.h AUDIO/MIDI: Add reset source volume to multisource drivers 2021-08-08 22:12:06 +02:00
mididrv.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
mididrv.h AUDIO/MIDI: Added support for Miles v3 initialization 2021-07-29 20:24:42 +02:00
midiparser_qt.cpp AUDIO/MIDI: Add multisource support to QuickTime MIDI parser 2021-07-09 15:20:50 +02:00
midiparser_qt.h AUDIO/MIDI: Add multisource support to QuickTime MIDI parser 2021-07-09 15:20:50 +02:00
midiparser_smf.cpp AUDIO: Add override keywords 2021-03-14 20:52:22 +01:00
midiparser_xmidi.cpp MIDI: Fix MIDI parser tracker overflow 2020-07-25 00:35:47 +02:00
midiparser.cpp JANITORIAL: Update old bug tracker numbers 2021-03-03 02:15:05 +02:00
midiparser.h AUDIO/MIDI: Add multisource support to QuickTime MIDI parser 2021-07-09 15:20:50 +02:00
midiplayer.cpp AUDIO: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
midiplayer.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
miles_adlib.cpp AUDIO/MIDI: Add dual OPL2 support to Miles AdLib driver 2021-08-12 14:30:52 +02:00
miles_midi.cpp AUDIO/MIDI: Fix Miles default source volume 2021-08-06 21:01:09 +02:00
miles.h AUDIO/MIDI: Fix Miles 3 AdLib pitch bend range 2021-08-06 21:01:08 +02:00
mixer_intern.h AUDIO: Create Mixer::loopChannel() 2021-08-12 13:18:27 -04:00
mixer.cpp AUDIO: Create Mixer::loopChannel() 2021-08-12 13:18:27 -04:00
mixer.h AUDIO: Create Mixer::loopChannel() 2021-08-12 13:18:27 -04:00
module.mk AUDIO: Move MIDI multisource to base class 2021-07-02 14:16:50 +02:00
mpu401.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
mpu401.h AUDIO: Removed most of the MIDI infrastructure 2019-06-08 06:36:55 +02:00
mt32gm.cpp SAGA: Add ITE MT-32 display message 2021-07-29 20:24:42 +02:00
mt32gm.h SAGA: Add ITE MT-32 display message 2021-07-29 20:24:42 +02:00
musicplugin.cpp ALL: Clarify POTFILES, remove redundant common/translations.h includes 2020-11-10 03:03:49 +01:00
musicplugin.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
null.cpp AUDIO: Removed most of the MIDI infrastructure 2019-06-08 06:36:55 +02:00
null.h AUDIO: Removed most of the MIDI infrastructure 2019-06-08 06:36:55 +02:00
opl2lpt.cpp AUDIO: (opl2lpt) add OPL3LPT support 2019-08-23 14:34:44 +03:00
rate.cpp ALL: Synced with ScummVM 2015-12-22 00:24:01 +01:00
rate.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
timestamp.cpp ALL: synced with ScummVM 2014-12-21 16:09:34 +01:00
timestamp.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00