|
Hi all,
is it possible to tell a Pbind to update automatically at any cycle or any fixed duration?
I'd love to do something like this:
~pilot_variable = Pseq([..., ..., ...], inf);
Ndef(\stream)[0] = Pbind(\note, ~pilot_variable).play;
so to change only the variables outside of the Pbind function.
Maybe someone knows some other method?
Best
Luca
|