zynaddsubfx

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

commit 226114c343053e33e0b5d367be01fe6fcb1ce23a
parent d51445702b866fc9fed3f37b78203ea827d8cd9a
Author: Christopher A. Oliver <caowasteland@gmail.com>
Date:   Sun, 22 Nov 2015 22:48:34 -0500

Fix small oops in pitch wheel adjuster tool tip.

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

diff --git a/src/UI/ADnoteUI.fl b/src/UI/ADnoteUI.fl @@ -564,7 +564,7 @@ o->redraw();} } Fl_Dial bendadjdial { label {Bend Adj.} - tooltip {How the frequency varies according to the pitch bend} xywh {64 270 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1 + tooltip {How the frequency varies according to the pitch wheel} xywh {64 270 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1 code0 {o->init("PBendAdjust");} class Fl_Osc_Dial } diff --git a/src/UI/SUBnoteUI.fl b/src/UI/SUBnoteUI.fl @@ -289,7 +289,7 @@ freqsettingsui->redraw();} } Fl_Dial bendadjdial { label {Bend Adj.} - tooltip {How the frequency varies according to the pitch bend} xywh {448 53 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1 + tooltip {How the frequency varies according to the pitch wheel} xywh {448 53 15 15} box ROUND_UP_BOX labelsize 10 align 8 maximum 127 step 1 code0 {o->init("PBendAdjust");} class Fl_Osc_Dial }