reenable superclean
authorEugene Petkevich <nasedil.genio.code@gmail.com>
Mon, 14 Aug 2023 19:15:05 +0000 (21:15 +0200)
committerEugene Petkevich <nasedil.genio.code@gmail.com>
Mon, 14 Aug 2023 19:15:05 +0000 (21:15 +0200)
startup.scd
Зя/Зясах-Мыҏиӈё/Зясах-Мыҏиӈё.scd

index 0af10e3..c542853 100644 (file)
@@ -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
 
index fbd973d..5d735cd 100644 (file)
@@ -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;