zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 919185989b23c55ed3531d53726ce5eaf6d2de16
parent 7b165b57ce40af0a3267e66edbf62112dd79c13f
Author: fundamental <[email protected]>
Date:   Thu,  7 May 2015 17:09:17 -0400

EffUI: Fix Bad Filter Subpath

Diffstat:
Msrc/UI/EffUI.fl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/UI/EffUI.fl b/src/UI/EffUI.fl @@ -1130,7 +1130,7 @@ eqgraph->update();} Fl_Group {} { label {DynFilter effect - Filter} xywh {5 5 275 75} box FLAT_BOX color 50 align 144 - code0 {o->init("",osc, loc(), "Filter/");} + code0 {o->init("",osc, loc(), "filterpars/");} code1 {o->use_for_dynamic_filter();} class FilterUI } {}