Ryan,<br><br>When we just want to change a volume (not necessarily start a &quot;new note&quot; as such) it may be better to instead use Envelope.target( float value ). This will ramp to the new value over the set .duration() without any need for further attention and -barring very short set durations- won&#39;t cause clicks.<br>
<br>The &quot;rate&quot; your question refers to is set by Envelope.duration( dur ). Something like 50::ms would be my starting point in looking for a good value. You may well be able to get away with a shorter duration.<br>
<br>Hope that helps,<br>Kas.<br>