If you're just sending a string of numbers and nothing more, a cheap way to do it is to use any of the IEM GUI objects. Take a number box or something and use that as your receive object. If you check the help patch for it you should be able to find out how to change the receive symbol. (it might be "set rcv" or "rcv" or something like that)
Cheers, David . . David McCallum . Music wants to be free . http://mentalfloss.ca/sintheta .
doktorp wrote:
Hi
quick question regarding receive.
is there anyway to dynamically 'set' the object that receive is receiving?
in max (ya ya I know, im just trying to redo some of my old patches) one could do
:
'message' (name of origin send) | | 'prepend set' | | | 'receive' | | |
to destination
but since receive when instantiated with no argument doesnt have an input message, err.. you know.
is there any other object that can do this as simply, or a work around with messages that I havent thought of?
thanks much!
-dok