zynaddsubfx

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

commit 45db18b1f8d27c7e119e0553425df0181a57cbe5
parent f92c00891c63722974d94dd80b1755f215e88857
Author: Christopher A. Oliver <[email protected]>
Date:   Wed, 25 Nov 2015 12:52:30 -0500

Use shorter name for bend adjust to make room for freq offset knob.

Diffstat:
Msrc/UI/ADnoteUI.fl | 2+-
Msrc/UI/PADnoteUI.fl | 2+-
Msrc/UI/SUBnoteUI.fl | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/UI/ADnoteUI.fl b/src/UI/ADnoteUI.fl @@ -563,7 +563,7 @@ o->redraw();} class Fl_Osc_Counter } Fl_Dial bendadjdial { - label {Bend Adj.} + label Bend tooltip {How the frequency varies according to the pitch wheel} xywh {64 270 15 15} box ROUND_UP_BOX labelsize 10 align 8 minimum -64 maximum 63 step 1 code0 {o->init("PBendAdjust");o->reset_value=24;o->set_transform(1.0/24, 0);o->set_rounding(2);} class Fl_Osc_Dial diff --git a/src/UI/PADnoteUI.fl b/src/UI/PADnoteUI.fl @@ -710,7 +710,7 @@ cbwidget->do_callback();} class Fl_Osc_Choice } {} Fl_Dial bendadjustdial { - label {Bend Adj.} + label Bend tooltip {How the frequency varies according to the pitch wheel} xywh {60 278 15 15} box ROUND_UP_BOX labelsize 10 align 8 minimum -64 maximum 63 step 1 code0 {o->init("PBendAdjust");o->reset_value=24;o->set_transform(1.0/24, 0);o->set_rounding(2);} class Fl_Osc_Dial diff --git a/src/UI/SUBnoteUI.fl b/src/UI/SUBnoteUI.fl @@ -288,7 +288,7 @@ freqsettingsui->redraw();} class Fl_Osc_Output } Fl_Dial bendadjdial { - label {Bend Adj.} + label Bend tooltip {How the frequency varies according to the pitch wheel} xywh {448 53 15 15} box ROUND_UP_BOX labelsize 10 align 8 minimum -64 maximum 63 step 1 code0 {o->init("PBendAdjust"); o->reset_value=24;o->set_transform(1.0/24, 0);o->set_rounding(2);} class Fl_Osc_Dial