Name=Ping-pong Delay
Maker=Rory Walsh
UniqueID=2053
Copyright=None
ControlPort=Rev-time (Left)|rtimeL
Range=0|5
ControlPort=Loop-time (Left)|loopL
Range=0|5
ControlPort=Rev-time (Right)|rtimeR
Range=0|5
ControlPort=Loop-time (Right)|loopR
Range=0|5
sr = 44100
ksmps = 64
nchnls = 2
instr 1
krevtimeL chnget "rtimeL"
krevtimeR chnget "rtimeR"
klooptimeL chnget "loopL"
klooptimeR chnget "loopR"
ainL, ainR ins
aresL vcomb ainL, krevtimeL, klooptimeL, 5
aresR vcomb ainR, krevtimeR, klooptimeR, 5
outs aresL, aresR
endin
f1 0 1024 10 1
i1 0 100