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

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



You could also try using Pdefn. Try updating it below while the Ndef is playing.

Pdefn(\pilot_variable, Pseq([1,2,3,4], inf));
Ndef(\stream)[0] = Pbind(\note, Pdefn(\pilot_variable)).play;

On 02/01/2019 16.16, mr.lucedan@xxxxxxxxxx wrote:
~pilot_variable = Pseq([..., ..., ...], inf);
Ndef(\stream)[0] = Pbind(\note, ~pilot_variable).play;
--

Best Regards,
Mads Kjeldgaard