// title: goofy sounds // author: unknown // description: // number 10 for Quiz 4a // code: ( { var tri, bpf; tri = LFTri.ar( freq: [440,340, 513], mul: LFPulse.kr( freq: [6,3,2], width: 0.15)); bpf = SinOsc.ar(in: tri, freq: LFNoise2.kr(4).range(400,1000)); Splay.ar(tri,bpf); }.play; )