puh,
created a new entry because i tagged the
old one as solved, so no one is looking again it feels.
In my Root patch i have 3 instaces of one subpatch,
inside them i load other patches dynamicly, so i want to use
Send and an Recieve nodes.
In those patches i need to know in wich instance they are embbed,
so a “self” node is perfect, but i cant simply send them because the
child nodes need to recieve the right id based on the information where they are embed.
it sounds like you need an additional input on your subpatch where you input a string/number ID to tell the subpatch which one it is. then in the places you use them you input a constant ID into the patches.
i think the graph interface of the plugin interface can do such things.
you can write a SelfAddress node in C#. @woei and @joreg might know how that works.