You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

36 lines
517 B
Plaintext

s.boot;
s.reboot;
(
s.meter;
s.plotTree;
s.scope;
)
{SinOsc.ar(LFNoise0.kr(10).range(500, 1500), mul: 0.1)}.play;
s.record
buf /home/lcoogan/.local/share/SuperCollider/Recordings/SC_220709_154352.aiff
b = Buffer.read(s, "/home/lcoogan/Tidal/scd/samples/8train/plosh.wav");
b = Buffer.read(s, "/home/lcoogan/.local/share/SuperCollider/Recordings/SC_220709_154352.aiff");
b.play
// THe actual SHST
(
Pdef(
\rhythm,
Pbind(
\degree, Pseq([0,1,3,2,8,3]),
\dur, 0.05,
\rate, 1,
\amp, 0.5,
);
).play;
)