<div class="gmail_quote">On Sun, Sep 13, 2009 at 9:01 PM, <a href="mailto:mescalinum@gmail.com">mescalinum@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:mescalinum@gmail.com">mescalinum@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi all,<br>
<br>
is it possible -in the context of writing a pd external class- to<br>
invisibly patch some other object and attach to it/bind it?<font color="#888888"><br></font></blockquote></div><br>I guess everybody has missed the point of the second option I gave. Indeed it is an extension to the first, but it doesn&#39;t have to do anything with pd&#39;s arrays. The point of it is in binding your own externals to pd symbols, thus allowing &quot;yourself&quot; (or themselves) to pass data between them (yes, using the same technique as for accessing g_array data, but that doesn&#39;t matter here). So considering that you want to &quot;invisibly patch&quot; something, and that you thought of copying the g_array code - I thought this could be a solution. Instead of doing insivible patch connections between some objects, you access data from one into the other within their own code.<br>
<br>Now, if passing data between *your own* externals is not what you want, but you really truly want to programmatically control patching to other objects, then my proposal is not the solution.<br>