scummvm/audio
Coen Rampen 55fadd03a1 AUDIO/MIDI: Change Miles AdLib creation type to multisource
This changes the return type of the Miles AdLib MIDI driver factory function to
the recently introduced superclass MidiDriver_Multisource, which allows for
easier use of multisource functionality for consumers of the factory function.
2021-07-13 22:11:58 +02:00
..
decoders AUDIO: Fix for GCC Warnings from 64-bit Stream API Changes 2021-07-09 04:23:10 +01: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.cpp JANITORIAL: Fix some excess tabs 2021-04-15 23:18:08 +03:00
adlib_ms.cpp AUDIO: Fix struct and const init, add missing breaks 2021-07-02 15:40:13 +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 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.cpp JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
mididrv.h AUDIO/MIDI: Add multisource AdLib MIDI driver. 2021-07-02 14:16:50 +02:00
mididrv_ms.cpp AUDIO: Move MIDI multisource to base class 2021-07-02 14:16:50 +02:00
mididrv_ms.h AUDIO/MIDI: Add multisource NULL MIDI driver 2021-07-09 15:20:50 +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: Change Miles AdLib creation type to multisource 2021-07-13 22:11:58 +02:00
miles_adlib.cpp AUDIO/MIDI: Change Miles AdLib creation type to multisource 2021-07-13 22:11:58 +02:00
miles_midi.cpp AUDIO/MIDI: Fix volume changes not applied by Miles driver 2021-07-10 20:33:35 +02:00
mixer.cpp JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
mixer.h AUDIO: Added mutex() method to return the mixer's internal mutex. 2021-06-24 20:38:38 +02:00
mixer_intern.h AUDIO: Added mutex() method to return the mixer's internal mutex. 2021-06-24 20:38:38 +02: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 AUDIO: Move MIDI multisource to base class 2021-07-02 14:16:50 +02:00
mt32gm.h AUDIO: Move MIDI multisource to base class 2021-07-02 14:16:50 +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