OSDN Git Service

Update timewavesynth8osx.scd
authorKen Brant <ken_brant@ymail.com>
Mon, 8 May 2017 10:25:14 +0000 (06:25 -0400)
committerGitHub <noreply@github.com>
Mon, 8 May 2017 10:25:14 +0000 (06:25 -0400)
timewavesynth8osx.scd

index 8a8953b..50d5866 100644 (file)
@@ -5147,7 +5147,7 @@ s.waitForBoot({
        });*/
        ~min = Button.new(w,Rect(Window.screenBounds.width-20,~bpt+69+5-(20/1.6180339887499),20,20/1.6180339887499)).states_([["m",Color.white,Color.black]]).action_({arg button; w.minimize;});
 
-       ~close = Button.new(w,Rect(Window.screenBounds.width-20,~bpt+69+5,20,20/1.6180339887499)).states_([["c",Color.white,Color.black]]).action_({arg button; w.close; ~numsynths.stop;});
+       ~close = Button.new(w,Rect(Window.screenBounds.width-20,~bpt+69+5,20,20/1.6180339887499)).states_([["c",Color.white,Color.black]]).action_({arg button; ~synthfree.value; w.close; ~numsynths.stop;});
 
 
        w.front; w.fullScreen;