Minim
core
ugens
analysis
 
Name setAllParameters
Examples
None available
Description Immediately sets all public class members to new values.
Syntax
setAllParameters(grainLength, spaceLength, fadeLength, minAmp, maxAmp);
Parameters
grainLength   float: grain length of each grain in seconds
spaceLength   float: space between each grain in seconds
fadeLength   float: length of the linear fade in and fade out of the grain envelope in seconds
minAmp   float: minimum amplitude of the envelope
maxAmp   float: maximum amplitude of the envelope
Returns None
Usage Web & Application
Related GranulateSteady