i try to send messages via osc from max/msp to vvvv
from max there is a message like
“videoHz 10” -> |OpenSoundControl| -> |udp-write 127.0.0.1 4444|
in v4 i use the OSCDecoder help patch just with the port number 4444
the other way v4 --> max works (with another portnum)
the ports are not blocked
are there any examples like with pd ?
the only thing i get in vvvv
udp says #bundle
whats wrong with “/videoBlah value” ?
same with Traktor.
but when you check the length of that string it is more than 7letters (Traktor 52letters)
somewhere in that string is a linefeed or carriagereturn or something else.
osc-messages can be sent in bundles or not. max/msp defaults to sending bundles which vvvv can not decode. yet. i fixed that for beta9.1.
meanwhile you have to tell max/msp’s osc-sender object not to send bundles. you can do so by sending it the message “resetalltheway” (or similar…have a look in the helppatch). beware! this message acts as a toggle!! sending it twice resorts to the #bundle mode.
kalles mentioned floatingpoint-bug is not in the official beta9 release. you should not encounter any problems with that.