gzdoom/src/sound/timiditypp
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
..
common.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
common.h - renamed FileRdr back to FileReader. 2018-03-11 19:29:37 +01:00
configfile.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
controls.h - something can be heard. 2018-02-20 20:50:01 +01:00
effect.cpp Revert "- don't let the Timidity++ player directly access the CVARs." 2018-02-26 09:19:10 +01:00
effect.h Revert "- don't let the Timidity++ player directly access the CVARs." 2018-02-26 09:19:10 +01:00
fft4g.cpp All compile errors on Mac fixed. 2018-02-22 13:50:41 +01:00
fft4g.h
filter.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
filter.h
freq.cpp - fixed some warnings. 2018-02-23 01:01:18 +01:00
freq.h
instrum.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
instrum.h Fixed GCC 4.9 compilation error 2018-02-26 14:00:29 +02:00
mblock.cpp
mblock.h
mix.cpp - did not save everything. 2018-02-24 13:33:28 +01:00
mix.h
optcode.h
playmidi.cpp - removed FCriticalSection and replaced all of its uses with std::mutex. 2019-02-22 20:24:24 +01:00
playmidi.h - fixed setup for Timidity++ playback frequency. 2018-03-06 19:52:29 +01:00
quantity.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
quantity.h - use the intended interface to pass some data to the player. 2018-02-20 21:52:45 +01:00
readmidic.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
recache.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
recache.h Fixed warnings in Timidity++ code emitted by XCode, except one which cannot be eliminatet without compromising the code. 2018-02-23 09:07:42 +01:00
resample.cpp - 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
resample.h
reverb.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
reverb.h Fixed GCC compilation error 2018-02-26 13:10:32 +02:00
sbkconv.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
sffile.cpp - fixed a memory leak and removed debug output. 2018-02-23 18:57:30 +01:00
sffile.h
sfitem.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
sfitem.h
sflayer.h
smplfile.cpp - Removed FileReader from SoundFont manager. 2018-03-10 20:10:17 +01:00
sndfont.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
sysdep.h - something can be heard. 2018-02-20 20:50:01 +01:00
tables.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
tables.h
timidity.h - add one more missing include to make GCC happy 2018-03-12 22:39:50 -04:00