Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: NX102 (La ment no té límits)
name
code content
// NX102 // 2012-08-07_23_05_45 // La ment no té límits. // Use with Jitlib: p = ProxySpace.push(s.boot); // Read one sample on your collection: b = Buffer.read(s,Platform.userAppSupportDir +/+"/audio/a11wlk01.wav",bufnum:1); // Play and fun: ~nx102.play; ~nx102 = { Pan2.ar(LeakDC.ar(Normalizer.ar( BPeakEQ.ar(BPeakEQ.ar(BPeakEQ.ar(BPeakEQ.ar(FreeVerb.ar( RHPF.ar(RLPF.ar( Pulse.ar( (PlayBuf.kr(1,1,Rand(50,100),1,0,1)*Rand(100,1000)).clip( Rand(5,12),Rand(12,20))) ,Rand(100,5000),Rand(0.005,0.1)) ,Rand(5000,20000),Rand(0.005,0.1)) ,0.0,0.0,0.0) ,100,6.0,6),1000,6.0,0),5000,6.0,0),10000,6.0,6) ,(1.25/0.999)*1.0,0.1)),0) }; ~nx102 = nil; b.free;
code description
Semideterministic JitLib Code for Experimental Livecoding.
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