// title: Superclip Tweet // author: Schemawound // description: // code: //This tweet sounds pretty awesome on the windows version but I cannot get supercollider to render a proper recording of it. fork{x={Klang.ar(`(Array.fill(20,{[500.rand,1.0.rand,2pi.rand]})))};loop{play{x.()*x.()*x.()*EnvGen.kr(Env.linen(0.1,0,1,0.1))!2};1.wait}}