Queue Spreads delay

hey there,

the queue spreads “generates a spread with the last n input values” … now i want to do sth similar but with a higher delay…Lets say i insert a value at index pos 0…and ten frames later the value index pos 1 gets this value and again ten frames later the value at index pos 2 get this value…Does anyone know how to do this?

mio

Well, you can use a framecounter, to count frames, and than every 10th frame bang the queue. I attached an example for you.

You sure you want to work in frames and not with time? (= LFO for the bang, same idea).

10 Frame Queueu.v4p (13.2 kB)