PIRand:
Filter:
Description
Class methods
new
Examples
UGenPatterns/Classes (extension)
|
Streams-Patterns-Events
>
UGenPatterns
>
Generators
PIRand
Extension
UGenPatterns quark library
See also:
UGenPatterns
Description
Based on
IRand
Class Methods
.
new
Arguments:
lo
hi
length
Number of values produced.
Examples
s.boot; a= Pbind(\dur, 1/3, \legato, 0.4, \midinote, PIRand(60, 70).trace).play a.stop a= Pbind(\dur, 1/6, \legato, 0.2, \amp, PIRand(0, 1).trace).play a.stop
helpfile source:
HelpSource/Classes/PIRand.schelp
link::UGenPatterns/Classes/PIRand::