Hi folks,
I'm building a 2 way system consisting of 2 way send and receive patches. One patch will send 8 vslider values to the other patch via OSC and udpsend, while the other patch receives these values, and on adjusting sliders here, can send back changed slider values once again through udpsend and OSC.
I'm getting an error saying "Packet size (5) is not a multiple of 4 bytes: dropping packet."
I understand that an OSC packet has to be 4 bytes long. So how do I do this?
Also, I am essentially building a loop between 2 patches (at the moment on the same computer) where each patch is feeding the other. Will this be a problem?
Basically, I want to be able to control signal levels of channels from a remote destination, coming to my site, before they reach me, as in, I want to move a set of faders here which should adjust the corresponding set of faders at the remote site.
Any ideas?
Thanks,
Rishabh