Hi all, I'm attempting to build a new front-end for a running Pd instance using a socket connection and the "FUDI" internal messages for modifying patches (i.e. 'pd-patch obj 0 0').
My question is this: the front-end has to have access to a database of sorts of what objects are available for use and how many inlets and outlets they have. Any ideas on how to do this just over a socket? I've been sifting through the undocumented commands here but haven't found anything that will send back a listing of objects (and even then, I'm not sure how I'd connect Pd's log output back to the socket).
How does the standard Pd interface do it? Will I just have maintain my own, hand-coded database of objects?
Thanks y'alls!!
—t3db0t