zynaddsubfx

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

commit 3928ba56fa4327a9579092ab267a416f4dd0a7e1
parent 35dbd946f1371cc1e45e68650201f54bbce95917
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Sat, 21 Feb 2015 14:03:48 -0500

UI: Fix Effect Bypass Rebase

Diffstat:
Msrc/UI/PartUI.fl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/UI/PartUI.fl b/src/UI/PartUI.fl @@ -600,6 +600,7 @@ else {propta->deactivate();proptb->deactivate();}} callback {ninseff=(int) o->value()-1; insefftype->oscMove("partefx"+to_s(ninseff)+"/efftype"); inseffectuigroup->reext("partefx"+to_s(ninseff)+"/"); + bypasseff->oscMove("Pefxbypass"+to_s(ninseff)); /*insefftype->value(part->partefx[ninseff]->geteffect());*/ //insefftype->do_callback(); inseffectui->refresh();