zynaddsubfx

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

commit 1e2e745160bed163d982c571f36a684116da0824
parent 8533430198e39096ac6d74d4b1dfa5667bcfe672
Author: paulnasca <paulnasca>
Date:   Mon, 27 Sep 2004 15:34:03 +0000

*** empty log message ***

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

diff --git a/ChangeLog b/ChangeLog @@ -713,4 +713,5 @@ 06 Sep 2004 - Eliminata variabila "disablekitloading" din Part si din UI 07 Sep 2004 - Modificat id-ul vst in 'zasf' (inainte era de 5 litere si poate cauza un crash la host) 27 Sep 2004 - Corectat un mic bug la salvare in xml la parametrul FMcoarseDetune din adnote + - La VST, daca incerc sa inchid fereastra principala, se minimizeaza \ No newline at end of file diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -371,7 +371,8 @@ class MasterUI {} { Fl_Window masterwindow { label zynaddsubfx callback {\#ifdef VSTAUDIOOUT -fl_alert("ZynAddSubFX could not be closed this way, because it's a VST plugin. Please use the host aplication to close it."); +//fl_alert("ZynAddSubFX could not be closed this way, because it's a VST plugin. Please use the host aplication to close it."); + masterwindow->iconize(); \#else if (fl_ask("Exit and leave the unsaved data?")) *exitprogram=1; \#endif}