thanks IOhannes, Frank! <br>Both your approaches seem to be solving my problem so far.<br>And mixing the 2 techniques makes possible some interesting operations with abstractions and unique id.<br>I&#39;m trying to build kind of automated/dynamic patcher to create chains of gop abstractions fast and easy.<br>
I&#39;ll keep you updated...<br><br>cheers<br><br>M<br><br><br><div class="gmail_quote">On Mon, Feb 1, 2010 at 1:18 PM, IOhannes m zmoelnig <span dir="ltr">&lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</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;"><div><div></div><div class="h5">Marco Donnarumma wrote:<br>
&gt;&gt; If you want a loadbang, you can send a message &quot;loadbang&quot; to &quot;pd-mypatch&quot;,<br>
&gt;&gt; i.e.:<br>
&gt;&gt;<br>
&gt;&gt; [;<br>
&gt;&gt; pd-mypatch.pd obj 10 10 myobject;<br>
&gt;&gt; pd-mypatch.pd loadbang(<br>
&gt;&gt;<br>
&gt;&gt; Ciao<br>
&gt;&gt; --<br>
&gt;&gt; Frank<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; Thanks Frank, I was already trying to send a loadbang, but the first<br>
&gt; [instance] has the right id (1), then the following [instance] has id = 3,<br>
&gt; the next 6 and so on. Besides also other instances of [instance] with<br>
&gt; different arguments are affected the same way while sending a loadbang to<br>
&gt; the parent patch.<br>
&gt; You can test this in the example patch I sent yesterday.<br>
&gt; Probably I&#39;m missing something, but I&#39;m struggling to make it work without<br>
&gt; good results.<br>
<br>
</div></div><div><div></div><div class="h5">if you want to send a single bang to a single object the arguments of<br>
which you can control (and know) you can do:<br>
<br>
[; pd-mypatch.pd obj 10 10 myobject &lt;myuniqid&gt;;<br>
&lt;myuniqid&gt;_loadbang bang; (<br>
<br>
and them make sure you have a [r $1_loadbang] in your [instance]<br>
<br>
madfas<br>
IOhannes<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Marco <br>