X-Git-Url: http://git.sourceforge.jp/view?p=timewavesynth%2FTimewave_Synthesizer.git;a=blobdiff_plain;f=timewavesynth8.scd;h=fcac49cb9513e96022b9e90091abb5310988eee2;hp=947bf114132654f61bb69e9ed6c52b54f7027424;hb=fa436b52dc2f0c1294b4d6a9b73b5db54a9cbeff;hpb=2a0f69589e78ff8ad283e051ba517ccb45cdbcce diff --git a/timewavesynth8.scd b/timewavesynth8.scd index 947bf11..fcac49c 100644 --- a/timewavesynth8.scd +++ b/timewavesynth8.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; }); });