OSC from max to quartz

Claudio's icon

Hi there,
I'm trying to send messages via OSC from a mac using MAX to a second one that is receiving OSC in QUARTZ composer
Is anyone able to help me?? I'd really appreciate any suggestion!!
Just to let you know the ethernet connection is working on IP 10.0.0.1

here below you'll find my patch in MAX

[mod - removed uncompressed patch]

mzed's icon

2) Maybe udpsend needs to be in CNMAT compatible mode. It's in the help file: something like [udpsend 10.0.0.1 10000 CNMAT] would work.

3) I'd use prepend, join, or OSC-unroute.js, rather than sprintf in this case. sprintf creates new, persistent symbols in memory and isn't really very efficient.