Getting a receive~'s argument

roger.carruthers's icon

How do I get the name of the send~ that a receive~ is set to receive from?
Hovering over the inlet of a send~ gives me a very useful: "Send~; send to receive~ foo", whereas doing the same with a receive~ just gives me "Receive~; set changes Source"
cheers
Roger

Jean-Francois Charles's icon

Seems impossible. There should be a way with Javascript. An extension to the example "patchdescribe-example". jsarguments would return the first argument typed. But how to get the real "send" name? Anyone?
J-F