The online docs ( <a href="http://chuck.cs.princeton.edu/doc/program/ugen_full.html#Dyno">http://chuck.cs.princeton.edu/doc/program/ugen_full.html#Dyno</a> ) say;<br><ul><li><b>.attackTime</b> - ( float, READ/WRITE ) - <span class="comment">duration for the envelope to move linearly from current value to the absolute value of the signal&#39;s amplitude</span></li>
<li><b>.releaseTime</b> - ( float, READ/WRITE ) - <span class="comment">duration for the envelope to decay down to around 1/10 of its current amplitude, if not brought back up by the signal</span></li></ul><br>The type should instead be &quot;duration&quot;.<br>
<br>This is slightly relevant-ish as some of the STK UGens would express times in float. I think we got most of those by now but it can&#39;t hurt to keep such confusing inconsistencies to a minimum.<br><br>Yours,<br>Kas.<br>