MultiTouch con Touch??

Hi everyone!!! Im trying to make a multitouch using touch as the interface… Im using tbeta as my tracker app… the only thing thats complicating my life, is that tbeta doesnt shows the message that sends… it only says that its sending it Osc with Tuio Protocol. Anyway, I found the manual of this protocol, and its clearly says that the message comes represented and not displayed (as I’ve already figured out :wink: ), it sends a pair of strings with position, id, and activity… here’s the link to the manual
osculator.net/dw/manual:tuio_protocol
I tried to open this message with the osc nodes, but no luck
and now my question, is there any way to open it? is there some special setup that im missing?

thankssssss for reading, appreciate the help!!!
Cheers!
Caro :slight_smile:

ok, just got it… osc DAT does the trick, but the message is too long… filters is my new question… how can i filter this data?

thanks again
Caro :slight_smile:

You can parse the data in DATs a number of ways, using the XML DAT, Select DAT, etc. You might first try converting the data into table format using the Convert DAT. It lets you chose what character to use as a character to split up the text into columns. When you have it in a table of columns, it is then easy to use the Select DAT to pick which column you are interested in.