<br><br><div><span class="gmail_quote">On 9/14/06, <b class="gmail_sendername">Jukka Akkanen</b> &lt;<a href="mailto:jakkanen@mac.com">jakkanen@mac.com</a>&gt; wrote:<br><br></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am not sure what one is supposed to get out of env.last()...</blockquote><div><br>I cheated! I Used a modular synth sort of trick (because I missed something, see below);<br><br>step unity =&gt; Envelope glide =&gt; blackhole; 
<br>&nbsp;</div>//this is the cheating<br>1 =&gt; unity.next;<br><br><br>while (true)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; glide.last() =&gt; osc.freq;<br>&nbsp;&nbsp;&nbsp; 10::ms =&gt; now;<br>&nbsp;&nbsp;&nbsp; }<br><br><br>I quite liked this plan, then only thing wrong with it as far as I can see is that it doesn't work.
<br><br>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!).<br><br>Thanks!<br>Kas.<br></div>