Am 8. Dezember 2021 03:52:00 MEZ schrieb Iain Duncan iainduncanlists@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