<div dir="ltr"><br><br><div class="gmail_quote">2008/9/5 Michael Heuer <span dir="ltr">&lt;<a href="mailto:heuermh@gmail.com">heuermh@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
For what it&#39;s worth, I have updated my List APIs to use resizeable<br>
arrays and posted them to the forum at<br>
<br>
<a href="http://electro-music.com/forum/viewtopic.php?t=21725" target="_blank"></a></blockquote><div><br>Hey! This is really nice. I never realised you could refer to Object and UGen like that (I looked it up and the manual does mention Object as well as UGen). I tried to do something this for UGen a few times but I think I always mis-typed it as &quot;Ugen&quot; or something. Thanks!<br>
<br>Hmmm, after testing I found that sadly the following will run (without errors) but won&#39;t &quot;fly&quot;;<br>===============<br>SawOsc s =&gt; UGen patchpoint =&gt; dac;<br><br>second =&gt; now;<br><br>new LPF @=&gt; patchpoint;<br>
<br>second =&gt; now;<br>========================<br></div></div><br>It seems that asignment to a UGen doesn&#39;t affect the Ugen-graph?<br><br>Yours,<br>Kas.<br></div>