when trying to send big TTBoolean array over OSC, I got :
terminate called after throwing an instance of 'osc::OutOfBufferMemoryException'
what(): out of buffer memory
looking at the code it seems that the buffer size is computed from message and argument,
so I'm wondering why it fails with that exception ?
there are 17683 boolean to send in one bundle, yes that's huge, but I hope not impossible to transmit :-)