David Merrill wrote:
Aah - so the best thing to do is to send each of the 18 separately then? Ok - I've done that now and it works - turning each into an int.. It just seems wasteful, spending an entire packet on each one of the 18 bytes when I could just as easily pack themall into a single packet..
That would be where the bundle part of OSC comes in: You send a bunch of OSC messages in one bundle, which is transmitted over the network as one packet.
Martin