sweet.  guess i might've figured that one out on my own...

On Fri, Jul 13, 2012 at 1:49 PM, Kassen <signal.automatique@gmail.com> wrote:
On 13 July 2012 19:24, George Locke <george.locke.maxmsp@gmail.com> wrote:
> Hi,
>
> I still feel new to chuck, and I'm wondering if there's a UGen that will
> make a (linear/whatever) ramp from its current value to a specified new
> value over a specified time?  Might there be a way to hack the GenX or
> Envelope objects to behave this way?  (For ppl familiar with max/msp, I'm
> looking for something equivalent to line~)

That is exactly what Envelope does, when used like this;

Step unity => Envelope e => whatever;
1 => unity.next;

from there on you can set e.value, e.target and e.duration as you please.

Hope that helps,
Kas.
_______________________________________________
chuck-users mailing list
chuck-users@lists.cs.princeton.edu
https://lists.cs.princeton.edu/mailman/listinfo/chuck-users