zynaddsubfx

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

commit 70809ae9e8dbc01f130ae36469d574b0fac68056
parent 5941b9594819f70767b958312caa8e5ba2fd0fd7
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Wed, 22 Apr 2015 21:58:22 -0400

UI: Remove Overlapping Effect Labels

Diffstat:
Msrc/UI/EffUI.fl | 18------------------
Msrc/UI/MasterUI.fl | 8++++----
2 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/src/UI/EffUI.fl b/src/UI/EffUI.fl @@ -70,7 +70,6 @@ if (filterwindow!=NULL){ } Function {make_null_window()} {} { Fl_Window effnullwindow { - label {No Effect} xywh {621 881 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -78,7 +77,6 @@ if (filterwindow!=NULL){ } Function {make_reverb_window()} {} { Fl_Window effreverbwindow { - label Reverb open xywh {386 705 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -233,7 +231,6 @@ if (filterwindow!=NULL){ } Function {make_echo_window()} {} { Fl_Window effechowindow { - label Echo xywh {897 680 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -327,7 +324,6 @@ if (filterwindow!=NULL){ } Function {make_chorus_window()} {} { Fl_Window effchoruswindow { - label Chorus open xywh {476 811 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -464,7 +460,6 @@ if (filterwindow!=NULL){ } Function {make_phaser_window()} {} { Fl_Window effphaserwindow { - label Phaser open xywh {110 301 380 95} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -628,7 +623,6 @@ if (filterwindow!=NULL){ } Function {make_alienwah_window()} {} { Fl_Window effalienwahwindow { - label AlienWah xywh {262 422 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -736,7 +730,6 @@ if (filterwindow!=NULL){ } Function {make_distorsion_window()} {} { Fl_Window effdistorsionwindow { - label Distortion open xywh {553 286 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -899,7 +892,6 @@ if (filterwindow!=NULL){ } Function {make_eq_window()} {} { Fl_Window effeqwindow { - label EQ open xywh {691 881 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -1018,7 +1010,6 @@ eqgraph->update();} } Function {make_dynamicfilter_window()} {} { Fl_Window effdynamicfilterwindow { - label DynFilter open xywh {828 359 380 100} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -1276,7 +1267,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_null_window()} {} { Fl_Window effnullwindow { - label {No Effect} open xywh {1047 824 230 95} type Double box UP_BOX color 221 labelfont 1 labelsize 19 code0 {set_module_parameters(o);} class Fl_Group visible @@ -1284,7 +1274,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_reverb_window()} {} { Fl_Window effreverbwindow { - label Reverb open xywh {1047 532 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible @@ -1376,7 +1365,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_echo_window()} {} { Fl_Window effechowindow { - label Echo open xywh {437 881 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible @@ -1446,7 +1434,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_chorus_window()} {} { Fl_Window effchoruswindow { - label Chorus open xywh {728 657 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible @@ -1538,7 +1525,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_phaser_window()} {} { Fl_Window effphaserwindow { - label Phaser open xywh {1047 881 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible @@ -1615,7 +1601,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_alienwah_window()} {} { Fl_Window effalienwahwindow { - label AlienWah open xywh {412 549 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible @@ -1672,7 +1657,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_distorsion_window()} {} { Fl_Window effdistorsionwindow { - label Distortion open xywh {88 881 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible @@ -1799,7 +1783,6 @@ effdynamicfilterwindow->hide();//delete (effdynamicfilterwindow);} {} } Function {make_eq_window()} {} { Fl_Window effeqwindow { - label EQ open xywh {1047 881 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible @@ -1911,7 +1894,6 @@ eqgraph->redraw();} } Function {make_dynamicfilter_window()} {} { Fl_Window effdynamicfilterwindow { - label DynFilter open xywh {974 596 230 100} type Double box UP_BOX color 51 labelfont 1 labelsize 19 code3 {set_module_parameters(o);} class Fl_Group visible diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -561,12 +561,12 @@ syseffectui->refresh();} Fl_Button {} { label C callback {presetsui->copy("/sysefx"+to_s(nsyseff)+"/");} - xywh {185 192 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 7 hide + xywh {185 192 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 7 } Fl_Button {} { label P callback { presetsui->paste("/sysefx"+to_s(nsyseff)+"/",syseffectui);} selected - xywh {215 192 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 55 hide + xywh {215 192 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 55 } } Fl_Group {} { @@ -685,12 +685,12 @@ if ((int) o->value()==1){ Fl_Button {} { label C callback {presetsui->copy(inseffectuigroup->loc());} - xywh {185 190 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 55 hide + xywh {185 190 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 55 } Fl_Button {} { label P callback {presetsui->paste(inseffectuigroup->loc(),inseffectui);} - xywh {215 190 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 55 hide + xywh {215 190 25 15} box THIN_UP_BOX color 179 labelfont 1 labelsize 11 labelcolor 55 } } }