qzdoom/src/sound/mididevices
alexey.lysiuk 1aeef146e0 - fixed linking without DYN_FLUIDSYNTH defined
Undefined symbols for architecture x86_64:
  "CreateFluidSynthMIDIDevice(char const*, int)", referenced from:
      MIDIStreamer::CreateMIDIDevice(EMidiDevice, int) in music_midistream.o
2019-07-07 11:39:57 +03:00
..
music_adlmidi_mididevice.cpp - made the class definitions of the MIDI devices private to the implementations. 2019-06-27 09:56:08 +02:00
music_fluidsynth_mididevice.cpp - fixed linking without DYN_FLUIDSYNTH defined 2019-07-07 11:39:57 +03:00
music_opl_mididevice.cpp - fixed compilation of Windows Debug targets 2019-02-01 10:09:36 +02:00
music_opldumper_mididevice.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
music_opnmidi_mididevice.cpp - made the class definitions of the MIDI devices private to the implementations. 2019-06-27 09:56:08 +02:00
music_softsynth_mididevice.cpp - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
music_timidity_mididevice.cpp - made the class definitions of the MIDI devices private to the implementations. 2019-06-27 09:56:08 +02:00
music_timiditypp_mididevice.cpp - moved the I_Error prototypes to doomerrors.h to avoid having to include the low level system header for this. 2019-01-31 19:38:04 +01:00
music_wavewriter_mididevice.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
music_wildmidi_mididevice.cpp - made the class definitions of the MIDI devices private to the implementations. 2019-06-27 09:56:08 +02:00
music_win_mididevice.cpp - switched the Windows backend to use the Windows Unicode API. 2019-02-14 22:23:33 +01:00