mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-21 03:11:13 +00:00
run_adding_gain can safely be set while LADSPA is active
This commit is contained in:
parent
88092e8c9d
commit
a1343103f1
1 changed files with 0 additions and 5 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue