When using touchlib74 with PureData (pureDataTUIOclient), it works fine,
PureData is receiving the full info :
(update,addCursor ,RemoveCursor session_id xpos ypod angle xspeed yspeed maccel)
While using versions 2.0 & rev359, Pure Data is only receiving : addCursor_id and removeCursor_id .
Has the transmission of those datas been removed in the newest version of Touchlib ?
Do you have any explanation or clue for this particular problem ?
Below the PureData print from the TUIO client .
/Pd version 0.39.3-extended-rc5
---------------------------------------------------------------------------------------------
Touchlib74 :
print: updateCursor 328 0.778321 0.829246 -0.00180173 0.004471 0.00482038
print: addCursor 328
print: removeCursor 328
Touchlib rev 359 and Touchlib 2.0:
print: addCursor 46
print: removeCursor 46
