zynaddsubfx

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

commit 063d95c88e10ef9ead78bbffba25a4ce8b766719
parent a5d1834de4348ccb34beb0122ae1010f4f7ce876
Author: paulnasca <paulnasca>
Date:   Wed, 28 Jul 2004 18:56:18 +0000

*** empty log message ***

Diffstat:
MChangeLog | 2+-
Msrc/UI/MasterUI.fl | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -665,5 +665,5 @@ - Adaugat inca un nou parametru la PADsynth la base function - Nu se mai arata butonul de apply parameters la PADsynth cand nu este necesar - Eliminate blocarile de cateva secunde din threadul de sunet in momentul cand se incarca un nou instrument care contine parametrii PADsynth - + - Adaugata schimbarea titlului ferestrei principale la load XML diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -372,8 +372,8 @@ fl_alert("ZynAddSubFX could not be closed this way, because it's a VST plugin. P \#else if (fl_ask("Exit and leave the unsaved data?")) *exitprogram=1; \#endif} - xywh {188 182 390 465} type Double hide - code0 {setfilelabel(NULL);} non_modal + xywh {188 182 390 465} type Double + code0 {setfilelabel(NULL);} non_modal visible } { Fl_Menu_Bar mastermenu { xywh {0 0 690 25} @@ -433,7 +433,7 @@ globalfinedetuneslider->value(master->microtonal.Pglobalfinedetune); updatesendwindow(); updatepanel(); - +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