zynaddsubfx

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

commit 6dc433795cc32ec8f0767f4673f9039075da9830
parent 17c073f078e26298fe874279ce8e36436e86a198
Author: fundamental <[email protected]>
Date:   Fri, 18 Dec 2009 12:07:52 -0500

Nio: Removing old test code

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

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -57,7 +57,7 @@ decl {\#include "../Misc/Master.h"} {public decl {\#include "../Misc/Part.h"} {public } -decl {\#include "../Misc/Util.h"} {public +decl {\#include "../Misc/Util.h"} {selected public } decl {\#include "../globals.h"} {public @@ -998,7 +998,7 @@ panelwindow->show();} } Fl_Button {} { label N - callback {nioui.show();} selected + callback {nioui.show();} xywh {270 75 20 25} } } @@ -1609,16 +1609,6 @@ config.cfg.UserInterfaceMode=2;} xywh {30 215 360 25} box BORDER_BOX color 51 labelfont 1 labelsize 11 align 144 } } - Fl_Window newiowindow { - label {New IO} - xywh {467 490 120 55} type Double labeltype NORMAL_LABEL align 80 hide - } { - Fl_Light_Button nullToggle { - label {Null Output} - callback {master->toggleNull();} - xywh {10 15 100 20} labelfont 13 - } - } } Function {updatesendwindow()} {} { code {for (int neff1=0;neff1<NUM_SYS_EFX;neff1++)