Hi list,
I am trying to send OSC messages over [netsend -u -b] which I formatted using [packOSC] from mrpeach net library without any further modification (as I would do using [udpsend]).
I get on the console: netsend: no method for 'float' supposedly because [netsend] expects the keyword "send" followed by a list of numbers to send.
Since OSC messages formatted by packOSC vary in length, how could I send data over [netsend -u -b]?
Thanks for any ideas! P