ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2011-07-31T22:45:22+02:00 https://brainmodular.org/forums/app.php/feed/topic/2039 2011-07-31T22:45:22+02:00 2011-07-31T22:45:22+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=20159#p20159 <![CDATA[someone could help me with multitouch tuio problem?]]> mouse down ,y and Y move, x and y contact outlets...

Statistics: Posted by nay-seven — 31 Jul 2011, 22:45


]]>
2011-07-31T22:09:08+02:00 2011-07-31T22:09:08+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=20158#p20158 <![CDATA[someone could help me with multitouch tuio problem?]]> Question:Can i transform it's data to use Usine multitouch instead of WINDOWS 7 native?
I guess it a Mouse msg moudle?

Statistics: Posted by Be4Be2 — 31 Jul 2011, 22:09


]]>
2010-03-16T10:10:38+02:00 2010-03-16T10:10:38+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12642#p12642 <![CDATA[someone could help me with multitouch tuio problem?]]>
Using your patch example I found the solution!.

Image

My difficulty relied on the way osc receive patch works, each out of the patch are independently flowing data, for example, the set data gets mixed with the alive data and with the fseq data on a certain moment, due to the different pace of each other.

So while 1 touch worked as expected, 2, 3 or 4 touches got scrambled data. BUT, I found the data out array where perfectly aligned. So I used it and could separate the different data on many data arrays. Everything got perfect!!.

Sorry if I couldn't explain the solution better, maybe I could try to explain in other ways.

Thank you very much,

Floego.

Oh I forgot, the modified patch :
tuio example

Statistics: Posted by Floego — 16 Mar 2010, 09:10


]]>
2010-03-16T09:53:52+02:00 2010-03-16T09:53:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12641#p12641 <![CDATA[someone could help me with multitouch tuio problem?]]> [large]I'm a total newbie![/large]:)

Statistics: Posted by senso — 16 Mar 2010, 08:53


]]>
2010-03-16T05:08:56+02:00 2010-03-16T05:08:56+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12637#p12637 <![CDATA[someone could help me with multitouch tuio problem?]]> help please
:S

Statistics: Posted by yöyen munchausen — 16 Mar 2010, 04:08


]]>
2010-03-15T17:33:18+02:00 2010-03-15T17:33:18+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12624#p12624 <![CDATA[someone could help me with multitouch tuio problem?]]> but as I know the ID is incremented on each mouse down message.

Statistics: Posted by senso — 15 Mar 2010, 16:33


]]>
2010-03-15T16:36:29+02:00 2010-03-15T16:36:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12621#p12621 <![CDATA[someone could help me with multitouch tuio problem?]]>
I see, the implementation is more complicated than I thought!. Silly me.:P

I don't fully understand the way tuio handles more than 1 cursor.
How to get the id of each cursor?
There exist a fixed id for the first, the second, the third cursor, etc?.
I did not find this info anywhere in the TUIO.ORG page!.

Could you please help me with that? :/

Statistics: Posted by Floego — 15 Mar 2010, 15:36


]]>
2010-03-15T11:44:48+02:00 2010-03-15T11:44:48+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12605#p12605 <![CDATA[someone could help me with multitouch tuio problem?]]> http://www.sensomusic.com/forums/upload ... filter.pat

Statistics: Posted by senso — 15 Mar 2010, 10:44


]]>
2010-03-15T11:41:14+02:00 2010-03-15T11:41:14+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12604#p12604 <![CDATA[someone could help me with multitouch tuio problem?]]>

CODE:

   /tuio/2Dcur source application@address  /tuio/2Dcur alive s_id0 ... s_idN  /tuio/2Dcur set s_id x_pos y_pos x_vel y_vel m_accel  /tuio/2Dcur fseq f_id
It means that only under the /tuio/2Dcur there several data's are sent.
You are looking for 'set' data's only.
So you have to filter /tuio/2Dcur message in order to get only 'set' msg. Use pass event and math =

Also I have discovered a bug in Usine: the last char of strings (tag 's') is truncated..
So you get 'se' instead of 'set' 'aliv' instead of 'alive' etc.

will be correct in the next release,soon. But I think you can live with it, just enter 'se' 'aliv'...

Statistics: Posted by senso — 15 Mar 2010, 10:41


]]>
2010-03-15T08:57:29+02:00 2010-03-15T08:57:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12597#p12597 <![CDATA[someone could help me with multitouch tuio problem?]]> before Usine...?
have you ask on a tuio forum..?

Statistics: Posted by nay-seven — 15 Mar 2010, 07:57


]]>
2010-03-14T22:08:27+02:00 2010-03-14T22:08:27+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12595#p12595 <![CDATA[someone could help me with multitouch tuio problem?]]>
I'm building a diy touch screen with a modified "cheap webcam method", using "CCV" to interact with Usine through OSC.

One touch work wonders, and even 2 touches, but not 3 simultaneus touches. I learnt there is something wrong with the message sent or received. As far as I know, tuio 2dcur messages pack 7 parameters, the third and fourth are the coordinates, normalized with values between [0,1]. Everytime I do multi touches, the coordinates fly out of range (say 120, 240, etc).

Anyone has this kind of troubles?. Please ask everything you need.

Image

Statistics: Posted by Floego — 14 Mar 2010, 21:08


]]>
BrainModular BrainModular Users Forum 2011-07-31T22:45:22+02:00 https://brainmodular.org/forums/app.php/feed/topic/2039 2011-07-31T22:45:22+02:00 2011-07-31T22:45:22+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=20159#p20159 <![CDATA[someone could help me with multitouch tuio problem?]]> mouse down ,y and Y move, x and y contact outlets...

Statistics: Posted by nay-seven — 31 Jul 2011, 22:45


]]>
2011-07-31T22:09:08+02:00 2011-07-31T22:09:08+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=20158#p20158 <![CDATA[someone could help me with multitouch tuio problem?]]> Question:Can i transform it's data to use Usine multitouch instead of WINDOWS 7 native?
I guess it a Mouse msg moudle?

Statistics: Posted by Be4Be2 — 31 Jul 2011, 22:09


]]>
2010-03-16T10:10:38+02:00 2010-03-16T10:10:38+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12642#p12642 <![CDATA[someone could help me with multitouch tuio problem?]]>
Using your patch example I found the solution!.

Image

My difficulty relied on the way osc receive patch works, each out of the patch are independently flowing data, for example, the set data gets mixed with the alive data and with the fseq data on a certain moment, due to the different pace of each other.

So while 1 touch worked as expected, 2, 3 or 4 touches got scrambled data. BUT, I found the data out array where perfectly aligned. So I used it and could separate the different data on many data arrays. Everything got perfect!!.

Sorry if I couldn't explain the solution better, maybe I could try to explain in other ways.

Thank you very much,

Floego.

Oh I forgot, the modified patch :
tuio example

Statistics: Posted by Floego — 16 Mar 2010, 09:10


]]>
2010-03-16T09:53:52+02:00 2010-03-16T09:53:52+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12641#p12641 <![CDATA[someone could help me with multitouch tuio problem?]]> [large]I'm a total newbie![/large]:)

Statistics: Posted by senso — 16 Mar 2010, 08:53


]]>
2010-03-16T05:08:56+02:00 2010-03-16T05:08:56+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12637#p12637 <![CDATA[someone could help me with multitouch tuio problem?]]> help please
:S

Statistics: Posted by yöyen munchausen — 16 Mar 2010, 04:08


]]>
2010-03-15T17:33:18+02:00 2010-03-15T17:33:18+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12624#p12624 <![CDATA[someone could help me with multitouch tuio problem?]]> but as I know the ID is incremented on each mouse down message.

Statistics: Posted by senso — 15 Mar 2010, 16:33


]]>
2010-03-15T16:36:29+02:00 2010-03-15T16:36:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12621#p12621 <![CDATA[someone could help me with multitouch tuio problem?]]>
I see, the implementation is more complicated than I thought!. Silly me.:P

I don't fully understand the way tuio handles more than 1 cursor.
How to get the id of each cursor?
There exist a fixed id for the first, the second, the third cursor, etc?.
I did not find this info anywhere in the TUIO.ORG page!.

Could you please help me with that? :/

Statistics: Posted by Floego — 15 Mar 2010, 15:36


]]>
2010-03-15T11:44:48+02:00 2010-03-15T11:44:48+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12605#p12605 <![CDATA[someone could help me with multitouch tuio problem?]]> http://www.sensomusic.com/forums/upload ... filter.pat

Statistics: Posted by senso — 15 Mar 2010, 10:44


]]>
2010-03-15T11:41:14+02:00 2010-03-15T11:41:14+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12604#p12604 <![CDATA[someone could help me with multitouch tuio problem?]]>

CODE:

   /tuio/2Dcur source application@address  /tuio/2Dcur alive s_id0 ... s_idN  /tuio/2Dcur set s_id x_pos y_pos x_vel y_vel m_accel  /tuio/2Dcur fseq f_id
It means that only under the /tuio/2Dcur there several data's are sent.
You are looking for 'set' data's only.
So you have to filter /tuio/2Dcur message in order to get only 'set' msg. Use pass event and math =

Also I have discovered a bug in Usine: the last char of strings (tag 's') is truncated..
So you get 'se' instead of 'set' 'aliv' instead of 'alive' etc.

will be correct in the next release,soon. But I think you can live with it, just enter 'se' 'aliv'...

Statistics: Posted by senso — 15 Mar 2010, 10:41


]]>
2010-03-15T08:57:29+02:00 2010-03-15T08:57:29+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12597#p12597 <![CDATA[someone could help me with multitouch tuio problem?]]> before Usine...?
have you ask on a tuio forum..?

Statistics: Posted by nay-seven — 15 Mar 2010, 07:57


]]>
2010-03-14T22:08:27+02:00 2010-03-14T22:08:27+02:00 https://brainmodular.org/forums/viewtopic.php?t=2039&p=12595#p12595 <![CDATA[someone could help me with multitouch tuio problem?]]>
I'm building a diy touch screen with a modified "cheap webcam method", using "CCV" to interact with Usine through OSC.

One touch work wonders, and even 2 touches, but not 3 simultaneus touches. I learnt there is something wrong with the message sent or received. As far as I know, tuio 2dcur messages pack 7 parameters, the third and fourth are the coordinates, normalized with values between [0,1]. Everytime I do multi touches, the coordinates fly out of range (say 120, 240, etc).

Anyone has this kind of troubles?. Please ask everything you need.

Image

Statistics: Posted by Floego — 14 Mar 2010, 21:08


]]>