Could the functions like addFloat32 and addInt32 return a reference to self? Then you could do things like:
sender->send (OSCMessage (addr).addFloat (1.0f));
all on one line.
Could the functions like addFloat32 and addInt32 return a reference to self? Then you could do things like:
sender->send (OSCMessage (addr).addFloat (1.0f));
all on one line.