zynaddsubfx

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

commit 0d9496d3793c4dde9fa725fc43119f5f4a4193b3
parent b65b500faca35df25f8a0d92abad01c331b44e13
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Fri,  6 Nov 2015 19:12:59 -0500

Fix Advanced/Beginner Selection OSC

Resolves https://sourceforge.net/p/zynaddsubfx/bugs/92/

Diffstat:
Msrc/UI/MasterUI.fl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -1493,7 +1493,7 @@ virkeys->take_focus();} Fl_Button {} { label Advanced callback { - osc->write("/cfg.UserInterfaceMode", "i", 1); + osc->write("/config/cfg.UserInterfaceMode", "i", 1); masterwindow->show(); selectuiwindow->hide();} xywh {10 165 100 35} color 229 labelfont 1 labelsize 16 @@ -1506,7 +1506,7 @@ selectuiwindow->hide();} label Beginner callback {simplemasterwindow->show(); selectuiwindow->hide(); -osc->write("/cfg.UserInterfaceMode", "i", 2);} +osc->write("/config/cfg.UserInterfaceMode", "i", 2);} xywh {10 80 100 65} color 238 labelfont 1 labelsize 16 } Fl_Box {} {