«NX102 (La ment no té límits)» by computer.music.neix
on 08 Aug'12 22:43 inSemideterministic JitLib Code for Experimental Livecoding.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
// 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;
reception
humm, whats the Buffer for here...?