Minim
core
ugens
analysis
 
Name setParameters
Examples
None available
Description Permits the changing of the ADSR parameters.
Syntax
setParameters(maxAmp, attTime, decTime, susLvl, relTime, befAmp, aftAmp);
Parameters
maxAmp   float: the maximum amplitude for the envelope
attTime   float: the attack time, in seconds
decTime   float: the decay time, in seconds
susLvl   float: the percentage of the maximum amplitude to maintain after the decay completes
relTime   float: the release time, in seconds
befAmp   float: the amplitude to apply before the envelope is activated
aftAmp   float: the amplitude to apply once the envelope has completed
Returns None
Usage Web & Application
Related ADSR