Hello,
I have TD sending messages and values over OSC.
but when grabbing the data in vvvv, I only get a few square shapes… do you know what is going on?
all the best
Hello,
I have TD sending messages and values over OSC.
but when grabbing the data in vvvv, I only get a few square shapes… do you know what is going on?
all the best
you don’t have to parse osc yourself. here is how you receive it: HowTo Receive OSC Messages
just for clarification: the square shapes you’re referring to are just non-ascii bytes visualized with place-holder symbols when trying to view the binary data of the osc protocol as strings. nothing you should need to get in touch with if you just want to receive osc.
Fantastic! thank you @joreg , I am going to check that out