marius schebella wrote:
are there any plans to support scripting of pd objects (in this case gem objects) within lua or any other scripting language?
Support already exists to the same level that it does in Pd.
You can use pd.send(name, sel, atoms) to send to subpatch's receiver. (I think, best check the examples for exact syntax.)
Whether it would be useful to have a library of functions to make it easier, I don't know.