run_adding_gain can safely be set while LADSPA is active

This commit is contained in:
Marcus Weseloh 2017-11-24 10:19:38 +01:00
parent 88092e8c9d
commit a1343103f1

View file

@ -607,11 +607,6 @@ int fluid_ladspa_effect_set_mix(fluid_ladspa_fx_t *fx, const char *name, int mix
LADSPA_API_ENTER(fx);
if (fluid_ladspa_is_active(fx))
{
LADSPA_API_RETURN(fx, FLUID_FAILED);
}
effect = get_effect(fx, name);
if (effect == NULL)
{