scummvm/audio
Coen Rampen b571a50e19 AUDIO: Fix ineffective version prop on Miles AdLib
Setting the Miles driver version property to 3 was meant to set the pitch bend
range to 2. In the AdLib driver, the pitch bend range was set during
construction, before the version property could be set, so this did not work
properly. This is fixed by moving the MIDI data initialization from the
constructor to the open function.
2021-11-04 22:16:02 +01: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 message format 2021-08-23 16:26:31 +02:00
soundfont AUDIO: SOUNDFONT: Fix warnings for header search failure. 2021-06-26 08:41:04 +03:00
adlib.cpp SCUMM: Fix Sam & Max OPL3 pitch bend 2021-10-30 21:35:12 +02: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
alsa_opl.cpp AUDIO: Fix Missing Default Switch Cases 2019-11-17 08:20:01 +00:00
audiostream.cpp AUDIO: Support using .wav files for extracted Audio CD tracks 2021-09-07 17:20:55 +01: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.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
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
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
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
midiplayer.cpp
midiplayer.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
miles.h AUDIO/MIDI: Fix Miles 3 AdLib pitch bend range 2021-08-06 21:01:08 +02:00
miles_adlib.cpp AUDIO: Fix ineffective version prop on Miles AdLib 2021-11-04 22:16:02 +01:00
miles_midi.cpp AUDIO/MIDI: Fix Miles default source volume 2021-08-06 21:01:09 +02: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
mixer_intern.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
rate.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00
timestamp.cpp
timestamp.h DOXYGEN: Review headers from 'audio' 2020-12-01 23:54:42 +00:00