Hi, I’m looking for a Pxxx that would replicate all the iterations of its embedded :
Pxxx(Pbind(\dur,Prand([1,0.5,2],)), 4)
If the durs of the Pbind are
[1, 1, 0.5, 2],
the durs would be
[1, 1, 0.5, 2,
1, 1, 0.5, 2,
1, 1, 0.5, 2,
1, 1, 0.5, 2.]
Does this exist ?
Or is there another approach to store the results of the Pbind and to resend them in the next iterations ?