fluidsynth/src
Marcus Weseloh ba48024f59 Ensure that fluid_synth_set_reverb_on is protect by api mutex
The function calls fluid_synth_update_mixer, which should only be
called with the mutex held.

This also removes the need for fluid_synth_t::with_reverb to be an atomic.
fluid_synth_t::with_chorus was already protected by the mutex and doesn't
need to be an atomic either.
2017-12-01 21:35:03 +01:00
..
bindings Use case-insensitive string match for boolean settings 2017-12-01 19:29:29 +01:00
drivers Remove callback and data parameters from settings_register_* functions 2017-11-30 22:57:19 +01:00
midi Remove callback and data parameters from settings_register_* functions 2017-11-30 22:57:19 +01:00
rvoice Merge pull request #283 from FluidSynth/ladspa 2017-11-25 11:45:49 +01:00
sfloader validate param of new_fluid_defsfloader() 2017-11-26 08:55:19 +01:00
synth Ensure that fluid_synth_set_reverb_on is protect by api mutex 2017-12-01 21:35:03 +01:00
utils Change settings callback to return void 2017-12-01 20:51:21 +01:00
CMakeLists.txt Merge pull request #283 from FluidSynth/ladspa 2017-11-25 11:45:49 +01:00
config.cmake Merge pull request #283 from FluidSynth/ladspa 2017-11-25 11:45:49 +01:00
fluidsynth.c Use case-insensitive string match for boolean settings 2017-12-01 19:29:29 +01:00