zynaddsubfx

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

commit bf598191c9d6dcbb2fb84202cedcf9689941f5b0
parent 98dbacaa2a046e2bd0b311ef54a9d881f510c5aa
Author: paulnasca <paulnasca>
Date:   Wed, 21 Jul 2004 17:13:00 +0000

*** empty log message ***

Diffstat:
Msrc/UI/MasterUI.fl | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/UI/MasterUI.fl b/src/UI/MasterUI.fl @@ -398,6 +398,7 @@ if (fl_ask("Exit and leave the unsaved data?")) *exitprogram=1; mastervolumedial->value(master->Pvolume); globalfinedetuneslider->value(master->microtonal.Pglobalfinedetune); microtonalui=new MicrotonalUI(&master->microtonal); + globalfinedetuneslider->value(master->microtonal.Pglobalfinedetune); updatesendwindow(); setfilelabel(NULL); };