// title: SplatterPillar // author: Modanung // description: // This is the sound a KlÄ pilot makes when he's being "uploaded". [[Video]](https://vimeo.com/157520969) // code: ( play{ p=LFPulse; n=LFNoise1; Limiter.ar( GVerb.ar( {|i|BPF.ar(PinkNoise.ar(Decay.ar(Impulse.ar(0.23,0.95+n.kr(0.1,0.023)),rrand(0.2,0.4),2)).tanh,300*i+666,0.4)}.dup(6).sum*1.2, 23, 0.23, 0.666, 0.5, 30, 1, 0.2, 0.3 ) + Splay.ar( {|i|Ringz.ar(Pulse.ar(Impulse.ar(0.23,n.kr(1,0.08)),4),13*i+105+n.kr(50,23),0.13,n.kr(5).range(1,8)).tanh}.dup(23),0.05 ).madd(0.1) ) } )