From 78aee89bd04d081458363de334de5243e1168827 Mon Sep 17 00:00:00 2001 From: Ken Brant Date: Sun, 21 May 2017 11:01:57 -0400 Subject: [PATCH] Update timewavesynth8osx.scd --- timewavesynth8osx.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timewavesynth8osx.scd b/timewavesynth8osx.scd index 3d28640..23ce44e 100644 --- a/timewavesynth8osx.scd +++ b/timewavesynth8osx.scd @@ -4880,7 +4880,7 @@ s.waitForBoot({ ~randombutton1 = Button.new(w,Rect(Window.screenBounds.width-20-20-20-20,~bpt+69+5-(20/~gm),20,20/1.6180339887499)).states_([["rw",Color.white,Color.black]]).action_({arg button; if((~l1a.isRunning == true) or: (~l1a1.isRunning == true), { - 8.do(x = 0; {("f"++(x=x+1)).asSymbol.envirPut(~freqmap.at(91.rand);)}); + 8.do(x = 0; {("f"++(x=x+1)).asSymbol.envirPut(~freqmap.at(rrand(36, 91));)}); ~synthflow.value; }); }); -- 2.11.0