zmusic/source/mididevices
alexey.lysiuk b9d22fb358 - do not expose module_progdir variable
If the same global variable is used by executable that linked to ZMusic dynamic library, both definitions may clash
For example, Linux builds of GZDoom and Raze could crash on exit because of double free, std::string destructor was called twice on the same module_progdir variable
2020-02-23 12:25:52 +02:00
..
driver_adlib.cpp - initial commit 2020-01-02 17:52:30 +01:00
mididevice.h - initial commit 2020-01-02 17:52:30 +01:00
music_adlmidi_mididevice.cpp - the last bit of needed exports for GZDoom. 2020-02-08 14:23:29 +01:00
music_alsa_mididevice.cpp - removed garbage character. 2020-01-11 15:34:33 +01:00
music_alsa_state.cpp - updated the Alsa MIDI device. 2020-01-11 10:31:13 +01:00
music_alsa_state.h - updated the Alsa MIDI device. 2020-01-11 10:31:13 +01:00
music_base_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00
music_fluidsynth_mididevice.cpp - do not expose module_progdir variable 2020-02-23 12:25:52 +02:00
music_opl_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00
music_opnmidi_mididevice.cpp - embedded the default OPN bank directly in the binary so that it works, even if no custom bank is set. 2020-01-04 17:14:09 +01:00
music_softsynth_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00
music_timidity_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00
music_timiditypp_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00
music_wavewriter_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00
music_wildmidi_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00
music_win_mididevice.cpp - initial commit 2020-01-02 17:52:30 +01:00