#creativePact 2011 Day 4
This is now in Stereo but the Delay is half as loud as the original sound. Maybe tomorrow I’ll look at having multiple repeats or something - I would have done it today but was Dancing with Gerry til 5am :/
~gate = Bus.audio(s, 2); ~delay = Bus.audio(s, 2); {Out.ar([0, 1], DelayN.ar(In.ar(~delay, 2), 5, 2, 0.5))}.play {Out.ar([0, 1, ~delay], In.ar(~gate, 2))}.play; {Out.ar(~gate, SoundIn.ar)}.play;