From 77e5dd384081baf4b235e9d56f6ee4473c040139 Mon Sep 17 00:00:00 2001 From: Eugene Petkevich Date: Mon, 14 Aug 2023 21:15:05 +0200 Subject: [PATCH] reenable superclean --- startup.scd | 6 +++--- ...05-\320\234\321\213\322\217\320\270\323\210\321\221.scd" | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/startup.scd b/startup.scd index 0af10e3..c542853 100644 --- a/startup.scd +++ b/startup.scd @@ -113,17 +113,17 @@ s.doWhenBooted{ Out.ar(out, sig * amp); }).add; }; +*/ s.waitForBoot { ~clean = SuperClean(2, s); ~clean.loadSoundFiles; // hot swap in samples from anywhere! - ~clean.loadSoundFiles("~/gart/media/Хахомо"); + //~clean.loadSoundFiles("~/gart/media/Хахомо"); s.sync; // optionally: wait for samples to be read - ~clean.start([0,2,4]); // first 8 out looks like [0,2,4,6] + ~clean.start([18]); // first 8 out looks like [0,2,4,6] SuperClean.default = ~clean; "[ SuperClean up + running ]".postln; }; -*/ // ==== Scales diff --git "a/\320\227\321\217/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" "b/\320\227\321\217/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" index fbd973d..5d735cd 100644 --- "a/\320\227\321\217/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" +++ "b/\320\227\321\217/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221/\320\227\321\217\321\201\320\260\321\205-\320\234\321\213\322\217\320\270\323\210\321\221.scd" @@ -464,7 +464,7 @@ Pdef.all.do{|i| i.stop}; ) ( -thisThread.Seed = 10300; +thisThread.randSeed = 10300; Pdef(2, ~makeBeatPat.(0.1, 2, -3)).quant_(4).play; Pdef(3, ~makeBeatPat.(0.2, 3, -5)).quant_(4).play; Pdef(4, ~makeBeatPat.(0.35, 4, -12)).quant_(4).play; -- 2.17.1