Minim
core | ugens | analysis
 

GranulateRandom

setAllTimeParameters

Description

Immediately sets all public class members concerning time to new values.

Signature

void setAllTimeParameters(float grainLengthMin, float spaceLengthMin, float fadeLengthMin, float grainLengthMax, float spaceLengthMax, float fadeLengthMax)

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

Returns

None

Related

GranulateRandom

Example

None available

Usage

Web & Application