I’m implementing an TUIO-Sender component in Touchdesigner, following the specs of the TUIO specification.
Everything works quite nicely and the TUIO-Dat also receives the correct values.
Except for the Timestamp I send from TouchDesigner.
I disected the messages using an emulator as refference (TD Received the timestamp) with the UDP-Dat. And would you see, it seems like TouchDesigner is not sending the OSC-Timestamp which should be sent with byte 9 to 16. But the TD-Message is empty. in that byterange. It seems like the TUIO-InDAT relies on the OSC-Timestamp fore timestamping the messages (instead of the fseq message).