scummvm/audio
athrxx 01f99f1a0a SCUMM: imuse driver directory cleanup
- move mac, pc speaker and fm-towns ims sound drivers into separate directory

(AdLib and MT32/GM drivers are still too entangled with common code to be moved so easily, especially MT32/GM. It would require lots of changes to the common code and possibly to all engines using the MidiDriver class. So I leave that for now.)
2019-07-14 21:45:43 +02:00
..
decoders AUDIO: Fix MSVC warnings 2019-05-09 18:13:10 +10:00
mods AUDIO: Implement low-pass filtering for Paula 2019-06-20 16:00:59 +02:00
softsynth SCUMM: imuse driver directory cleanup 2019-07-14 21:45:43 +02:00
adlib.cpp GUI: Use consistent capitalization for options 2018-07-22 21:28:12 +01:00
alsa_opl.cpp JANITORIAL: Remove more trailing spaces 2016-10-09 15:02:02 +02:00
audiostream.cpp
audiostream.h
fmopl.cpp AUDIO: add support for OPL2LPT 2018-04-08 09:17:19 +02:00
fmopl.h
mididrv.cpp BASE: Remove bad casts between incompatible Plugin types 2017-12-03 20:26:38 -06:00
mididrv.h SCUMM: add Amiga iMuse sound driver 2019-07-14 20:56:27 +02:00
midiparser_qt.cpp ALL: Specify the DisposeAfterUse constructor argument for dynamic memory write streams 2017-09-22 07:06:21 +02:00
midiparser_qt.h
midiparser_smf.cpp
midiparser_xmidi.cpp
midiparser.cpp
midiparser.h
midiplayer.cpp
midiplayer.h
miles_adlib.cpp SCUMM HE: Use Miles AdLib driver 2018-02-04 12:56:06 +01:00
miles_mt32.cpp
miles.h
mixer_intern.h
mixer.cpp ALL: Use CLIP to clip volumes 2018-05-05 17:57:31 +02:00
mixer.h
module.mk SCUMM: imuse driver directory cleanup 2019-07-14 21:45:43 +02:00
mpu401.cpp
mpu401.h
musicplugin.cpp
musicplugin.h BASE: Remove bad casts between incompatible Plugin types 2017-12-03 20:26:38 -06:00
null.cpp
null.h
opl2lpt.cpp AUDIO: add support for OPL2LPT 2018-04-08 09:17:19 +02:00
rate_arm_asm.s
rate_arm.cpp
rate.cpp
rate.h ALL: Remove obsolete register keyword 2017-12-03 20:27:42 -06:00
timestamp.cpp
timestamp.h