zynaddsubfx

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

commit 0948c5a9aba95bc98b22f4326f6696cd4d1ed3b7
parent 0d9c504f5c4b0fca52c17343e758a637be93a1d7
Author: Christopher A. Oliver <oliver@onion.private>
Date:   Thu,  1 Oct 2015 10:54:27 -0400

Fix menu offset for voice unison

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

diff --git a/src/UI/ADnoteUI.fl b/src/UI/ADnoteUI.fl @@ -567,7 +567,7 @@ voiceonbutton->redraw();} open label Unison tooltip {Unison size} xywh {10 560 75 20} down_box BORDER_BOX labelfont 1 align 5 textfont 1 textsize 10 code0 {o->add("OFF");char tmp[100];for (int i=1;ADnote_unison_sizes[i];i++){snprintf(tmp,100,"size %d",ADnote_unison_sizes[i]);o->add(tmp);};} - code1 {o->init("Unison_size");} + code1 {o->init("Unison_size", 1);} class Fl_Osc_Choice } {} Fl_Dial {} {