gzdoom/src/sound
Christoph Oelckers e091369a38 - removed FCriticalSection and replaced all of its uses with std::mutex.
There's really no need for a non-standard solution here anymore with C++11.
This also fixes an unreleased lock in the WildMidi code.
2019-02-22 20:24:24 +01:00
..
adlmidi Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
mididevices - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
midisources - added a method to FileReader to read the contents into an array and used it on the MIDI sources for testing. 2018-11-02 10:20:12 +01:00
musicformats - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
oplsynth - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
opnmidi Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
thirdparty
timidity - 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
timiditypp - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
wildmidi - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
efx.h
i_midi_win32.h
i_music.cpp - deleted unused mus2midi.cpp file. 2019-01-24 20:40:31 +01:00
i_music.h - moved all shutdown handling for sound related resources to I_ShutdownSound instead of registering separate atterm handlers. 2018-12-19 09:39:06 +01:00
i_musicinterns.h - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
i_sound.cpp - moved the menu.h include from oalsound.h to oalsound.cpp. 2019-01-31 19:44:04 +01:00
i_sound.h
i_soundfont.cpp Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
i_soundfont.h Upgrade libADLMIDI and libOPNMIDI 2018-10-04 08:58:47 -04:00
i_soundinternal.h Added support for libOPNMIDI Playing device 2018-03-24 17:58:47 +03:00
mpg123_decoder.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
mpg123_decoder.h
mpgload.h
mus2midi.h - deleted unused mus2midi.cpp file. 2019-01-24 20:40:31 +01:00
music_midi_base.cpp - switched the Windows backend to use the Windows Unicode API. 2019-02-14 22:23:33 +01:00
oalload.h
oalsound.cpp Merge remote-tracking branch 'remotes/origin/master' into new_level_refactor 2019-02-05 13:49:07 +01:00
oalsound.h - moved the menu.h include from oalsound.h to oalsound.cpp. 2019-01-31 19:44:04 +01:00
sndfile_decoder.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
sndfile_decoder.h
sndload.h