zynaddsubfx

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

commit 03565744f6ff4bb56deb67c07bb35d043728c07b
parent 6d59994ea50d97e78bcf7477949f89ca9f65ccdc
Author: paulnasca <paulnasca>
Date:   Mon, 27 Sep 2004 19:06:43 +0000

*** empty log message ***

Diffstat:
Msrc/UI/MasterUI.fl | 18++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -367,8 +367,10 @@ panellistitemgroup->redraw();} {} decl {BankUI *bankui;} {} } -class MasterUI {} { - Function {make_window()} {} { +class MasterUI {open +} { + Function {make_window()} {open + } { Fl_Window masterwindow { label zynaddsubfx callback {\#ifdef VSTAUDIOOUT @@ -377,8 +379,8 @@ class MasterUI {} { \#else if (fl_ask("Exit and leave the unsaved data?")) *exitprogram=1; \#endif} - xywh {366 172 390 465} type Double hide - code0 {setfilelabel(NULL);} non_modal + xywh {366 172 390 465} type Double + code0 {setfilelabel(NULL);} non_modal visible } { Fl_Menu_Bar mastermenu { xywh {0 0 690 25} @@ -548,7 +550,7 @@ updatepanel();} menuitem {} { label {&Clear Instrument...} callback {if (fl_ask("Clear instrument's parameters ?")){ - int npart=(int)npartcounter->value(); +// int npart=(int)npartcounter->value()-1; pthread_mutex_lock(&master->mutex); master->part[npart]->defaultsinstrument(); pthread_mutex_unlock(&master->mutex); @@ -567,7 +569,7 @@ if (filename==NULL) return; pthread_mutex_lock(&master->mutex); - int npart=(int)npartcounter->value(); +// int npart=(int)npartcounter->value()-1; //clear all instrument parameters, first master->part[npart]->defaultsinstrument(); @@ -582,7 +584,7 @@ npartcounter->do_callback(); updatepanel(); if (result==-10) fl_alert("Error: Could not load the file\\nbecause it is not an instrument file."); - else if (result<0) fl_alert("Error: Could not load the file.");} + else if (result<0) fl_alert("Error: Could not load the file.");} selected xywh {30 30 100 20} } menuitem {} { @@ -967,7 +969,7 @@ partui->redraw(); o->redraw(); npart=nval; -updatepanel();} selected +updatepanel();} tooltip {The part number} xywh {5 247 70 23} type Simple labelfont 1 minimum 0 maximum 127 step 1 value 1 textfont 1 code0 {o->bounds(1,NUM_MIDI_PARTS);} code1 {bankui->init(o);}