Re: [PD] wiimote for macosx

2007-10-01 Thread Mike Wozniewski
Hi Steffen, If you're referring to the [wiimote] object that I wrote (http://mikewoz.com/index.php?page=pd-stuff), then it's not possible, because the library it uses is Linux-only. At that time, there were no cross-platform libraries for the wii controller, so I chose a Linux library and

Re: [PD] opencv motion tracker external HELP!

2007-05-30 Thread Mike Wozniewski
defeat very easily. Alain On May 29, 2007, at 4:55 PM, Mike Wozniewski wrote: Hi Alain, I've used the OpenCV blobtracker with Pd before, and I simply send blob positions and sizes over UDP using u_pdsend.c I've attached my code and makefile... look in blobtrack.c and search for where I use

Re: [PD] opencv motion tracker external HELP!

2007-05-29 Thread Mike Wozniewski
Hi Alain, I've used the OpenCV blobtracker with Pd before, and I simply send blob positions and sizes over UDP using u_pdsend.c I've attached my code and makefile... look in blobtrack.c and search for where I use the pdsend_init() and pdsend_message() functions... it's pretty simple. Then

Re: [PD] Wiimote

2007-04-18 Thread Mike Wozniewski
I think that the easiest way is to use GlovePIE, and route wiimote messages to MIDI, keypresses, etc. see: http://carl.kenner.googlepages.com/glovepie_download -Mike Gonzague DDR wrote: Hi, is there an object to get de wiimote, or the bluetooth signal, under windows ? Thanks, and excuse

Re: [PD] create object dynamically

2007-03-18 Thread Mike Wozniewski
Hi Husk, Download the following list of help patches. They explain how to dynamically create new objects by sending Pd messages to a patch: http://www.puredata.info/community/pdwiki/PdInternalMessages -Mike husk00 wrote: Hola list, this is my first post! i would like to know if is possible

Re: [PD] Wiimote external for PC Platform

2007-02-18 Thread Mike Wozniewski
there was some information posted on a PC version of the Wii controller. Can someone point me to the PC dll?? Thanks in advance. Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Wozniewski Sent: Monday, February 12, 2007 12:48 PM To: patrick Cc

[PD] Wiimote external for Linux

2007-02-11 Thread Mike Wozniewski
Hi all, I've finally packaged up my Wiimote external for Linux. It supports up to 8 Wii remotes, with Nunchuck attachments. Get it here: http://mikewoz.com/index.php?page=pd-stuff (NOTE: Linux only, requires CWiid version 0.4.01 which is available here: http://www.abstrakraft.org) Cheers,