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