gzdoom-gles/libraries/oplsynth/oplsynth
Christoph Oelckers 2498fbf2b7 - 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
2020-01-06 01:30:45 +01:00
..
genmidi.h - more dependency removal, this time from the MIDI devices. 2020-01-05 02:43:50 +01:00
musicblock.h - made the OPL synth backend a separate library. 2020-01-05 02:11:51 +01:00
nukedopl3.h - made the OPL synth backend a separate library. 2020-01-05 02:11:51 +01:00
o_swap.h - made the OPL synth backend a separate library. 2020-01-05 02:11:51 +01:00
opl.h - made the OPL synth backend a separate library. 2020-01-05 02:11:51 +01:00
opl3_Float.h - made the OPL synth backend a separate library. 2020-01-05 02:11:51 +01:00
opl_mus_player.h - Moved all music related synchronization to the top level 2020-01-06 01:30:45 +01:00
oplio.h - created a new zmusic library which will eventually contain all the music playback code. 2020-01-05 11:46:20 +01:00