;Delay ; p1 p2 p3 p4 ; # start_time duration gain i 1 0 10 1 i 1 1 10 0.5 ; the difference between start times is the delay time sr = 48000 kr = 48000 ksmps = 1 nchnls = 2 ; instrument 1 - read in and play an audio file instr 1 ar1, ar2 soundin "D_Lydian_Clean.wav" outc ar1*p4, ar2*p4 ; multiply signal by gain endin