set send~, receive~, receive, no set send?

mcQ's icon

it seems through the tutorials and trial and error that you can set the name of send~, receive~ and receive objects, but you cant do that with the send object....?

Noob4Life's icon

yes, true.

there are workarounds. for example, you can do a general [send void], [prepend] an ID to the sent [message] and then use [route] elsewhere to route the messages by ID to the appropriate place... among other things...

Chris Muir's icon

Use forward instead of send.

MIB's icon

have a look at the forward object. forward = send with dynamic destination

edit: looks like Chris beat me to it :)

mcQ's icon

thanks.