Lett's say I have a loop:
Pdef(\loop, Pbind(
\degree, Pseq((0..7), inf))).play;
I want to be able to change that loop:
Pbindef(\loop, \degree, Pseq((7..0), inf)).play
But I only want this change to happen with the Pseq runs through to the end and starts over.
Is this a P-thing?