Hi
I am trying to make communication using OSC from PD to VVVV.
I have 24 adresses (/track1, /track2, /track3, /track4 etc…)
Each addresses sends 3 integers from pd to vvvv (/track1 127 127 127)
I use the “OSCDecoder” to route the tracks to 24 “getslices”.
I can receive all 24 messages at the good adress but sometimes
there is a kind of noise taht occures and that i don’t really understand.
When it happens it looks like if the data from one adress get spread threw the others.
I have tried to send the same information from PD to MAXMSP, in max there were no problem receiving the data properly.
Does anyone as tryed something like that and has a working exemple?
Thanks,