[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] Pbind - automatic update?



Hi Luca,


Maybe something along these lines?

~pilot_variable = Pseq({ 12.rand } ! 6, 1);
Ndef(\stream)[0] = Pbind(\note, Pn(Plazy({ ~pilot_variable })), \dur, 0.1).play;



Cheers,

Sergio

--
Sergio Luque






On 2 Jan 2019, at 16:16, mr.lucedan@xxxxxxxxxx wrote:

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