zynaddsubfx

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

commit a5b7a3b0b1e96bfde70061877617ade82eddc752
parent 47aef93a64a2bf7383f3563ea151ca36e8d0a381
Author: Hans Petter Selasky <hps@selasky.org>
Date:   Wed,  6 Feb 2019 11:25:24 +0100

Enlarge the microtonal frequency box, so that all decimals fit.

Signed-off-by: Hans Petter Selasky <hps@selasky.org>

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

diff --git a/src/UI/MicrotonalUI.fl b/src/UI/MicrotonalUI.fl @@ -209,7 +209,7 @@ o->redraw();} } Fl_Value_Input afreqinput { label {"A" Freq.} - tooltip {The freq. of "A" note (default=440.0)} xywh {118 17 45 20} labelfont 1 labelsize 10 align 1 minimum 1 maximum 20000 step 0.001 value 440 textfont 1 textsize 10 + tooltip {The freq. of "A" note (default=440.0)} xywh {110 17 61 20} labelfont 1 labelsize 10 align 1 minimum 1 maximum 20000 step 0.001 value 440 textfont 1 textsize 10 code0 {o->init("PAfreq");} class Fl_Osc_Value }