Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Where did I leave my keys?
name
code content
// where did I leave my keys? ( var n = 30, m = 5; Ndef.clear(3); Ndef.ar(\x, n); Ndef(\y, { Splay.ar(Ndef.ar(\x, m, LFNoise1.kr(1/m).range(0, n - m - 1))).clip2 * 0.5 }).play; Ndef(\x, { { var a = Ndef.ar(\x, 1, LFNoise0.kr(Rand()) * Rand() + Rand() * n); a + 0.1 * SinOsc.ar(ExpRand(0.2, 1000)) } ! n }); ) // where did I put my keys? ( var n = 30, m = 5; Ndef.clear(3); Ndef.ar(\x, n); Ndef(\y, { Splay.ar(Ndef.ar(\x, m, LFNoise1.kr(1/m).range(0, n - m - 1))).clip2 * 0.5 }).play; Ndef(\x, { { var a = Ndef.ar(\x, 1, LFNoise0.kr(Rand()) * Rand() + Rand() * n); SinOsc.ar(ExpRand(0.2, 1000), a) } ! n }); )
code description
Cross-tuning between multiple signal dimensions. The code is finished without listening.
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change