Hi
Two quick questions about the oscP5 library:
-
Am I correct that you cannot send PVectors via OSC?
-
When receiving an array of
ints
of a varying length via OSC, how do I parse it correctly, in situations where I don’t know the length of the array beforehand? Manual parsing, like shown in https://github.com/sojamo/oscp5/blob/master/examples/legacy/oscP5parsing/oscP5parsing.pde does not help me, since I don’t know the length of the message in advance.