zynaddsubfx

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

commit 2c4e122b82b00dcba7b21a31b41bdb67f206fbe2
parent 7a27249c9161940faf31c145b6be589e21355a18
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Wed, 18 Feb 2015 22:20:51 -0500

UI: Fix Insertion Effect Channel Selection

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

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -676,7 +676,7 @@ if ((int) o->value()==1){ xywh {100 188 80 22} down_box BORDER_BOX labelfont 1 labelsize 10 align 5 textsize 10 code0 {o->add("Master Out");o->add("Off");} code1 {char tmp[50]; for (int i=0;i<NUM_MIDI_PARTS;i++) {sprintf(tmp,"Part %2d",i+1);o->add(tmp);};} - code3 {o->init("Pinsparts"+to_s(ninseff),2);} + code3 {o->init("Pinsparts"+to_s(ninseff),-2);} class Fl_Osc_Choice } {} Fl_Button {} {