[chuck-users] More on what Envelope.time does.

Kassen signal.automatique at gmail.com
Wed Sep 13 22:01:42 EDT 2006


On 9/14/06, Jukka Akkanen <jakkanen at mac.com> wrote:

I am not sure what one is supposed to get out of env.last()...


I cheated! I Used a modular synth sort of trick (because I missed something,
see below);

step unity => Envelope glide => blackhole;

//this is the cheating
1 => unity.next;


while (true)
    {
    glide.last() => osc.freq;
    10::ms => now;
    }


I quite liked this plan, then only thing wrong with it as far as I can see
is that it doesn't work.

I'll try your version tomorow morning, looks like a working version of mine
except that you didn't miss that you can read env.value() (oops!).

Thanks!
Kas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.cs.princeton.edu/pipermail/chuck-users/attachments/20060914/4d65317b/attachment.htm 


More information about the chuck-users mailing list