Problems with send Receive objects and subpatches


#1

I am trying to use send/receive objets creating the receiver inside a subpatch but I cannot compile.

Is there something special that I should know? Is it possible?


#2

I didnt test this, but its the same way that you use table references, so if you want to understand how to make the references correctly check for example the help file for this object: table/alloc 16b

For your specific issue, I think this will work:

The ../ means one level back, so it refers to the object called "dog" in the main patch.


#3

That is great! Thank you very much jaffasplaffa.