send with multiple inlets?
so say i have one window thats doing something, and another window with a delay object with 10 knobs. i want to, from the window without the actual delay object, hook up 10 knobs to a send object and have them control the delay object in the other window, but making 10 or more seperately named sends is obviously time-consuming and ineffecient, so is there some method of making say a [send delayobject 10] object, where the argument is 10 inlets and on the [receive delayobject] it would have the 10 inlets with the information received.
Try [forward] where you can set the destination before each message.
lh
[funnel 10] > [s stuff]
[r stuff] > [spray 10]