[PD-dev] Question about right hand generic inlet creation

IOhannes m zmölnig zmoelnig at iem.at
Wed Dec 8 07:37:42 CET 2021


Am 8. Dezember 2021 03:52:00 MEZ schrieb Iain Duncan <iainduncanlists at gmail.com>:
>And follow up, if there is a way to make a generic handler for right hand
>inlets, is there also a way to find out on which inlet the message came in?
>


You basically need to create a "proxy" object with a single generic inlet.
The proxy object is not displayed (but its inlet is attached to and displayed on) the parent object.
It also holds a handle to the parent (so it can forward whatever it receives) and probably it's own ID (so it can identify itself)

just grep for 'proxy's 😋


mfg.sfg.jfd
IOhannes




More information about the Pd-dev mailing list