gzdoom/src/sound/mididevices
2017-04-23 15:40:03 +02:00
..
music_audiotoolbox_mididevice.cpp Merge branch '3.0_work' 2017-03-12 20:31:34 +01:00
music_fluidsynth_mididevice.cpp - restart the music if the OPL core or the config file for the softsynths is changed, except for the GUS synth, which loads all its data during engine startup and cannot swap it out. 2017-04-18 16:43:07 +02:00
music_opl_mididevice.cpp - fixed signedness issues in OPL code. 2017-04-23 15:40:03 +02:00
music_opldumper_mididevice.cpp - rewrote the OPL middle layer to remove the MusLib code. 2017-04-17 00:39:03 +02:00
music_pseudo_mididevice.cpp
music_softsynth_mididevice.cpp
music_timidity_mididevice.cpp - removed dependency on windows.h for music_fluidsynth_mididevice.cpp. It just accesses a single function from Windows so let's manually define this so that this file can use precompiled headers. 2017-03-10 21:18:15 +01:00
music_timiditypp_mididevice.cpp - restart the music if the OPL core or the config file for the softsynths is changed, except for the GUS synth, which loads all its data during engine startup and cannot swap it out. 2017-04-18 16:43:07 +02:00
music_wildmidi_mididevice.cpp - restart the music if the OPL core or the config file for the softsynths is changed, except for the GUS synth, which loads all its data during engine startup and cannot swap it out. 2017-04-18 16:43:07 +02:00
music_win_mididevice.cpp - consider the volume control of all Windows MIDI mapper devices broken, because it may be the GS synth, which is not detectable. 2017-04-21 10:37:03 +02:00