On Dec 20, 2007, at 2:08 PM, Julian Rohrhuber wrote:
is there a way to force Pmono to use a specified nodeID? i'd like to do something like this:Pmono(\default, \id, 2000).playi'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] )
right, i forgot about that. that's definitely the way to do it -- thanks!