Hello,
I'm having some troubles using the packOSC object. Especially sending
types True, False, Infinitum and Nil.
It's not possible to send those types alone in one message, e.g.:
"sendtyped /address/1 TF"
fails as well as:
"sendtyped /address/1 iTF 23".
Only if those types occure within or before an integer (or float or
string) it's possible to send them, e.g.:
"sendtyped /address/1 iTFi 31 23"
or
"sendtyped /address/1 TFi 22".
Error Message:
packOSC: According to the type tag I expected more arguments.
packOSC: Problem writing address.
packOSC: usage error, write-msg failed.
ciao
Wolfgang