net.maxhole and multiple messages
Hi,
I really hope this is the right place where to ask.
I'm starting right now using MAX/MSP and I need a little help. I would like to use net.maxhole object to send multiple messages realtime to another net.maxhole in a local network.
It works fine with one message and I don't know how to transform the object in order to have multiple inlet and outlet.
Please let me know if anyone of you needed the same things and if there are any solution.
Every suggestion will be welcome.
Thanks a lot
Anna
ps. I could also use another object (same easyness, fixed port, udp protocol).
You could [pack] and [unpack] your messages into a list with [mxj net.maxhole] or use seperate instances of [mxj net.udp.send] and [net.udp.recv] on different ports.
lh