Hi everyone!
I haven’t found any relevant info on forum or web so i have to ask for help.
So, here’s the deal:
I need to send and recieve some data between vvvv and Unity on different machines so i learned about OSC protocol that vvvv is gladly equipped. I managed to send strings with time and some cosine wave values at decent rate to my laptop via UDP messages broadcasting to my home network, but when i tried to send some generated textures to other PC i stumbled with a problem that OSC Decoder won’t decode that encoded texture. You can see that it is not a UDP problem on a screenshot below.
So, do you guys have any clues or maybe there is a workaround for this type of messages?
I run beta 31 on PC and beta 31.2 on laptop, both 32bit on 64bit Win7 - problem seems to appear in both versions.
Also, small question: How to change argument type in OSC Encoder? Changing type tag don’t seem to work, node still accepts only string input.
-Cheers from Russia!