Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Playing around with array.fill and granular
name
code content
/* place a really long buffer here, something like 1 hour long, of interesting material, run the code and optimize the parameters for your source material*/ b=Buffer.read(s, "/Volumes/Untitled 1/a.aif"); play({Mix.new(Array.fill(4, {Warp1.ar(b.numChannels, b.bufnum, rrand(0.0, 1.0) + TRand.kr(0,0.01,Impulse.kr(rrand(40,400))), [0.001, 2].choose, rrand(0.2,2.0), overlaps: 2, interp:4,mul:0.3)}))}) /* thanks to Joel Ryan, Stelios Manousakis, Darien Brito, and Jan Truschzler Van Falkenstein (hope I spelled all the names properly*/
code description
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