// title: NX102 (La ment no té límits) // author: computer.music.neix // description: // Semideterministic JitLib Code for Experimental Livecoding. // code: // 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;