Minim
core | ugens | analysis
 

GranulateRandom

setAllParameters

Description

Immediately sets all public class members to new values.

Signature

void setAllParameters(float grainLengthMin, float spaceLengthMin, float fadeLengthMin, float grainLengthMax, float spaceLengthMax, float fadeLengthMax, float minAmp, float maxAmp)

Parameters

grainLengthMin — float: minimum grain length of each grain in seconds
spaceLengthMin — float: minimum space between each grain in seconds
fadeLengthMin — float: minimum length of the linear fade in and fade out of the grain envelope in seconds
grainLengthMax — float: maximum grain length of each grain in seconds
spaceLengthMax — float: maximum space between each grain in seconds
fadeLengthMax — float: maximum 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

Related

GranulateRandom

Example

None available

Usage

Web & Application