zynaddsubfx

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

commit 21974bbfff677b737f63e9595c86ffa2604c3a6b
parent bd366523451b699fff8653ae8c902e7b033301ac
Author: paulnasca <paulnasca>
Date:   Wed, 20 Oct 2004 19:37:31 +0000

*** empty log message ***

Diffstat:
MChangeLog | 1+
Msrc/UI/MasterUI.fl | 7++++---
2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -731,5 +731,6 @@ 10 Oct 2004 - Si controllerul de Resonance se aplica la toate item-urile din kit 12 Oct 2004 - Corectata o eroare care facea ca butoanele Addpoint si Delpoint de la Envelope sa nu fie afisate 16 Oct 2004 - Corectata o eroare care facea ca partUI-ul sa nu se actualizeze intotdeauna cand incarcam un instrument +20 Oct 2004 - Corectata o mica eroare asemanetoare cu cea din 16 Oct, dar care afecta meniul new diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -367,7 +367,8 @@ panellistitemgroup->redraw();} {} decl {BankUI *bankui;} {} } -class MasterUI {} { +class MasterUI {selected +} { Function {make_window()} {} { Fl_Window masterwindow { label zynaddsubfx @@ -1642,6 +1643,7 @@ simplesyseffsend->value(master->Psysefxvol[nsyseff][npart]);} {} master->defaults(); pthread_mutex_unlock(&master->mutex); + npartcounter->value(1); refresh_master_ui(); }; @@ -1670,8 +1672,7 @@ if (result>=0) setfilelabel(filename); if (result==-10) fl_alert("Error: Could not load the file\\nbecause it is not a zynaddsubfx parameters file."); - else if (result<0) fl_alert("Error: Could not load the file.");} {selected - } + else if (result<0) fl_alert("Error: Could not load the file.");} {} } Function {do_save_master()} {} { code {char *filename;