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

Re: [sc-users] Pmono-nodeID



is there a way to force Pmono to use a specified nodeID? i'd like to do something like this:

Pmono(\default, \id, 2000).play

i've had a look around in the Event source, but there doesn't seem to be an easy way to override automatic id creation.



if you want to set a synth with a pattern, yoiu can use event type \set:

Pbind(
	\type, \set,
	\id, yourID,
	\freq, Pseq([456, 765],inf),
	\args, [\freq]
)
--





.