sweet.  guess i might've figured that one out on my own...<br><br><div class="gmail_quote">On Fri, Jul 13, 2012 at 1:49 PM, Kassen <span dir="ltr"><<a href="mailto:signal.automatique@gmail.com" target="_blank">signal.automatique@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 13 July 2012 19:24, George Locke <<a href="mailto:george.locke.maxmsp@gmail.com">george.locke.maxmsp@gmail.com</a>> wrote:<br>

> Hi,<br>
><br>
> I still feel new to chuck, and I'm wondering if there's a UGen that will<br>
> make a (linear/whatever) ramp from its current value to a specified new<br>
> value over a specified time?  Might there be a way to hack the GenX or<br>
> Envelope objects to behave this way?  (For ppl familiar with max/msp, I'm<br>
> looking for something equivalent to line~)<br>
<br>
</div>That is exactly what Envelope does, when used like this;<br>
<br>
Step unity => Envelope e => whatever;<br>
1 => unity.next;<br>
<br>
from there on you can set e.value, e.target and e.duration as you please.<br>
<br>
Hope that helps,<br>
Kas.<br>
_______________________________________________<br>
chuck-users mailing list<br>
<a href="mailto:chuck-users@lists.cs.princeton.edu">chuck-users@lists.cs.princeton.edu</a><br>
<a href="https://lists.cs.princeton.edu/mailman/listinfo/chuck-users" target="_blank">https://lists.cs.princeton.edu/mailman/listinfo/chuck-users</a><br>
</blockquote></div><br>