gzdoom-gles/libraries/oplsynth
Christoph Oelckers 6854a509e9 - Moved all music related synchronization to the top level
Most of the synchronization was too deep in the implementation so that it did not guard everything it needed.

Now each song has precisely one mutex which must be locked for all access to its internals - this is done in the public ZMusic interface
2019-10-15 00:49:40 +02:00
..
dosbox - fixed compilation on XCode and silenced several warnings in the music code 2019-09-27 01:42:56 +02:00
oplsynth - Moved all music related synchronization to the top level 2019-10-15 00:49:40 +02:00
CMakeLists.txt - implemented str(n)icmp function definitions via CMake macro 2019-10-05 14:47:36 +03:00
OPL3.cpp - fixed compilation on XCode and silenced several warnings in the music code 2019-09-27 01:42:56 +02:00
fmopl.cpp - fixed compilation on XCode and silenced several warnings in the music code 2019-09-27 01:42:56 +02:00
musicblock.cpp - made the OPL synth backend a separate library. 2019-09-26 20:06:39 +02:00
nukedopl3.cpp - made the OPL synth backend a separate library. 2019-09-26 20:06:39 +02:00
opl_mus_player.cpp - Moved all music related synchronization to the top level 2019-10-15 00:49:40 +02:00
oplio.cpp - fixed compilation on Linux 2019-09-27 10:21:11 +03:00