Hi all,
If you happen to be able to write methods for the connected objects, just send them some kind of "probe" message that causes them to announce themselves to you. But if you're wanting to find out what among all possible Pd objects you're connected to, you'll have to go adding code to m_obj.c to chase the links down...
cheers Miller
On Mon, Oct 29, 2001 at 11:21:17PM +0100, Thomas Grill wrote:
Hi list, i plan to program an external object which should be able to find out which objects are connected to its inlets and outlets. How can i retrieve the adresses of the respective object structures?
thanks in advance, Thomas