repeat each element n times.( var a, b; a = Pdup(2, Pwhite(-1.0, 1.0)); x = a.asStream; 8.do { x.next.postln }; )
This is also a response to Pattern: -dup
The number of repeats for each new element. n may be a pattern, so the number of times can vary each iteration.
the pattern to repeat.