// title: Nuclear Fallout // author: kkomers // description: // code: ( { var saw, bpf; saw = Saw.ar( freq: [60,150], mul: LFPulse.kr( freq: [2,3], width: 0.15)); { BPF.ar( in: WhiteNoise.ar(mul: 1), freq: 1000, rq: 0.9 ) } }.play; )