Fernando Krumferkrum@gmail.com wrote:
Hello everybody,
i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to playback videos...
have tried using moses and comparison <=, and others, but won work... anybody have went through the same problem ?
i'm using ubuntustudio 9.10 and Pd version 0.42.5.
thank you very much, hope you can help me on that.. :)
Fernando Krum. _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
?
On Mon, Oct 4, 2010 at 4:46 PM, Husk 00 husk00@gmail.com wrote:
Fernando Krumferkrum@gmail.com wrote:
Hello everybody,
i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to playback videos...
have tried using moses and comparison <=, and others, but won work... anybody have went through the same problem ?
i'm using ubuntustudio 9.10 and Pd version 0.42.5.
thank you very much, hope you can help me on that.. :)
Fernando Krum. _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
TUIO is OSC, you have to parse the messages and see what you want to do with the fields (aka arguments). Please read more about TUIO and OSC. Then inside PD use a OSCroute or whatever object that is able to parse the messages. Then its all trivial.
The key that you are missing (judging by your email) is: understanding OSC protocol <- which are just simple string tokens.
Best regards, Pedro
On Mon, Oct 4, 2010 at 9:10 PM, Fernando Krum ferkrum@gmail.com wrote:
?
On Mon, Oct 4, 2010 at 4:46 PM, Husk 00 husk00@gmail.com wrote:
Fernando Krumferkrum@gmail.com wrote:
Hello everybody,
i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to playback videos...
have tried using moses and comparison <=, and others, but won work... anybody have went through the same problem ?
i'm using ubuntustudio 9.10 and Pd version 0.42.5.
thank you very much, hope you can help me on that.. :)
Fernando Krum. _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
good. got it. i think i'm leaving the tuio behind, will listen straight to the 3333 port using dumpOSC...
thank you very much for your help !
Fernando.
On Mon, Oct 4, 2010 at 6:01 PM, Pedro Lopes pedro.lopes@ist.utl.pt wrote:
TUIO is OSC, you have to parse the messages and see what you want to do with the fields (aka arguments). Please read more about TUIO and OSC. Then inside PD use a OSCroute or whatever object that is able to parse the messages. Then its all trivial.
The key that you are missing (judging by your email) is: understanding OSC protocol <- which are just simple string tokens.
Best regards, Pedro
On Mon, Oct 4, 2010 at 9:10 PM, Fernando Krum ferkrum@gmail.com wrote:
?
On Mon, Oct 4, 2010 at 4:46 PM, Husk 00 husk00@gmail.com wrote:
Fernando Krumferkrum@gmail.com wrote:
Hello everybody,
i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to playback videos...
have tried using moses and comparison <=, and others, but won work... anybody have went through the same problem ?
i'm using ubuntustudio 9.10 and Pd version 0.42.5.
thank you very much, hope you can help me on that.. :)
Fernando Krum. _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes (ongoing MSc) contact: pedro.lopes@ist.utl.pt website: http://web.ist.utl.pt/Pedro.Lopes
TUIO is (on top of) OSC. :)
Use dumpOSC, or whatever, the key is parsing the messages. I use TUIO out of CCV (aka tbeta) or Reactivision or SimTouch (both multitouch simulators), they all work very simply. The idea behind TUIO is indeed to offer a simple way to receive the blob and their respective parameters.
have fun with this :)
Best regards, Pedro Lopes
On Mon, Oct 4, 2010 at 10:10 PM, Fernando Krum ferkrum@gmail.com wrote:
good. got it. i think i'm leaving the tuio behind, will listen straight to the 3333 port using dumpOSC...
thank you very much for your help !
Fernando.
On Mon, Oct 4, 2010 at 6:01 PM, Pedro Lopes pedro.lopes@ist.utl.ptwrote:
TUIO is OSC, you have to parse the messages and see what you want to do with the fields (aka arguments). Please read more about TUIO and OSC. Then inside PD use a OSCroute or whatever object that is able to parse the messages. Then its all trivial.
The key that you are missing (judging by your email) is: understanding OSC protocol <- which are just simple string tokens.
Best regards, Pedro
On Mon, Oct 4, 2010 at 9:10 PM, Fernando Krum ferkrum@gmail.com wrote:
?
On Mon, Oct 4, 2010 at 4:46 PM, Husk 00 husk00@gmail.com wrote:
Fernando Krumferkrum@gmail.com wrote:
Hello everybody,
i'm trying to figure out a way to filter messages from the tuio client to send a single bang to a playlist where i want to playback videos...
have tried using moses and comparison <=, and others, but won work... anybody have went through the same problem ?
i'm using ubuntustudio 9.10 and Pd version 0.42.5.
thank you very much, hope you can help me on that.. :)
Fernando Krum. _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Pedro Lopes (ongoing MSc) contact: pedro.lopes@ist.utl.pt website: http://web.ist.utl.pt/Pedro.Lopes