OSC Between VVV & Max/MSP

Hi there;

I’ve recently got a copy of Max/MSP after playing around with Pure Data for a couple of years. I managed to get an OSC connection between PD and V4 by using the patches under Interfacing With VVVV here: pure data

I can not for the life of me work out how to get Max and V4 to connect.
The UDPReceive doesn’t seem to be picking anything up from Netsend.
I can’t seem to send PD messages to Max with Netsend either. There is another UDP node in PD which I’ve not tried yet because really I want to eliminate PD from the equation and V4 doesn’t have them extra UDP nodes that PD has.

I’d really appreciate any assistance with this if possible.

Thank you.

Pretty straight forward, but hard to know whats going wrong without seeing your patch.

check \girlpower\IO\Networking

I think there are some examples there that provide both vvvv and max side patches.

And as if by magic you’ve totally saved the day.

Thank you very much for your simple but helpful post. I’d have been freaking out for ages.

Have a drink on me :)

OK so it seems my woes are not quite over yet.

There’s a patch sending data from Vvvv to Max; and there’s also a vvvv patch to receive data from max. There is not max send data patch and once again I’m stuck :(

OK so it seems my woes are not quite over yet.

There’s a patch sending data from Vvvv to Max; and there’s also a vvvv patch to receive data from max. There is not max send data patch and once again I’m stuck :(

It’s useful to have a central place you can forward your max side osc to, then you don’t need to worry about port conflicts.

Here is a snapshot of the network setup I use. If you are still having troubles you might need to check your msg formating

Thank you thank you :)

I’ve got it working… I’ve just about clambered over the first hurdle of my journey :)

I was missing the (/param $1) and tried to use route instead.