PSilent UGenPatterns quark library
superclass: Pattern
based on Silent
PSilent(numChannels)
numChannels if more than one then return an array of zeros (default: 1)
length number of values produced (default: inf)
// example
s.boot;
a= Pbind(\dur, 1/3, \legato, 0.4, \amp, PSilent().trace).play
a.stop
a= Pbind(\dur, 1/6, \legato, 0.2, \amp, PSilent(2).trace).play
a.stop