On 9/14/06, Jukka Akkanen <jakkanen@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.