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