guest
April 24, 2011, 2:02am
1
Hi, I have have problems to receive OSC signal from max msp.
I have 2 adresses
/canal/0 (2 integers)
/canal/1 (2 integers)
It seems that vvvv is not able to separate info from these two adresses coming from max. I only can get infos from one
Does anyone as a very simple exemple of working communication between max and vvvv, with more than 1 adress?
It’s seem ridiculus but i pass manyhours with no succes …,
Thanks
are you using OSCdecode ? you need to split in 2 condition with string recognition ( 0 1 ) then decode teh result
joreg
April 24, 2011, 1:29pm
3
two things:
try to send both messages from max/msp in one bundle.
make sure UDP (Network Server) 's Queue Mode is set to Spread
if that doesn’t help please show us in a patch how you are using OSCDecoder (Network) .
hi there.
as joreg said, udp server must be set to spread.
also, if you want to send 2 or more integers, make sure they are symbols…
see the attached patches
good luck
udpmaxvvvv.zip (2.1 kB)