Hello,
Thanks for the external link : http://mikewoz.com/pd-stuff.php
But I met a compilation problem :
make cc -DPD -O2 -funroll-loops -fomit-frame-pointer -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/home/dh/pd/pd-0.40-0/src -o wiimote.o -c wiimote.c wiimote.c: In function 'cwiid_callback': wiimote.c:238: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:239: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:242: erreur: déréférencement d'un pointeur de type incomplet wiimote.c: In function 'cwiid_doConnect': wiimote.c:404: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:414: erreur: déréférencement d'un pointeur de type incomplet make: *** [wiimote.pd_linux] Erreur 1
I've install the libcwiid1-dev package that is cwiid version 0.6.00 for ubuntu I also change the path of the lib to /usr/lib that is the correct installation for both the .h and the .a files from the lib. (mention in the Reame) I change the makefile to have the path to pd.h (mention in the makefile)
Any clue someone ?
BR Damien.
F. Medeiros a écrit :
Hello,
Get the wiimote external
http://mikewoz.com/pd-stuff.php
On Wed, 2009-07-22 at 00:10 +0200, Damien Henry wrote:
Hello !
What is the easiest way to connect a wiimote to pb on ubuntu ?
Thanks in advance. Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
by using the compiled version of wiimote.pd_linux I've the following : /home/dh/Bureau/A/wiimote.pd_linux: libbluetooth.so.2: cannot open shared object file: No such file or directory wiimote ... couldn't create
If I've rename the libbluetooth.so to libbluetooth.so.2 and get the folowing : /home/dh/Bureau/A/wiimote.pd_linux: /home/dh/Bureau/A/wiimote.pd_linux: undefined symbol: hci_remote_name wiimote ... couldn't create
So I've recompile the libcwii 6.0.0 (you must edit the code and change hci_remote_name to hci_read_remote_name that is deprecated)
but wiimote.c is still not compilling : make cc -DPD -O2 -funroll-loops -fomit-frame-pointer -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/usr/local/include -o wiimote.o -c wiimote.c wiimote.c: In function 'cwiid_callback': wiimote.c:238: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:239: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:242: erreur: déréférencement d'un pointeur de type incomplet wiimote.c: In function 'cwiid_doConnect': wiimote.c:404: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:414: erreur: déréférencement d'un pointeur de type incomplet
BR Damien.
Damien Henry a écrit :
Hello,
Thanks for the external link : http://mikewoz.com/pd-stuff.php
But I met a compilation problem :
make cc -DPD -O2 -funroll-loops -fomit-frame-pointer -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/home/dh/pd/pd-0.40-0/src -o wiimote.o -c wiimote.c wiimote.c: In function 'cwiid_callback': wiimote.c:238: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:239: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:242: erreur: déréférencement d'un pointeur de type incomplet wiimote.c: In function 'cwiid_doConnect': wiimote.c:404: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:414: erreur: déréférencement d'un pointeur de type incomplet make: *** [wiimote.pd_linux] Erreur 1
I've install the libcwiid1-dev package that is cwiid version 0.6.00 for ubuntu I also change the path of the lib to /usr/lib that is the correct installation for both the .h and the .a files from the lib. (mention in the Reame) I change the makefile to have the path to pd.h (mention in the makefile)
Any clue someone ?
BR Damien.
F. Medeiros a écrit :
Hello,
Get the wiimote external
http://mikewoz.com/pd-stuff.php
On Wed, 2009-07-22 at 00:10 +0200, Damien Henry wrote:
Hello !
What is the easiest way to connect a wiimote to pb on ubuntu ?
Thanks in advance. Damien.
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
Damien Henry wrote:
by using the compiled version of wiimote.pd_linux I've the following : /home/dh/Bureau/A/wiimote.pd_linux: libbluetooth.so.2: cannot open shared object file: No such file or directory wiimote ... couldn't create
If I've rename the libbluetooth.so to libbluetooth.so.2 and get the
i would have suggested making a symbolic link from libbluethooth.so.2 to libbluetooth.so (probably something might rely on libbluetooth.sh, and i usually try not to break to many things)
folowing : /home/dh/Bureau/A/wiimote.pd_linux: /home/dh/Bureau/A/wiimote.pd_linux: undefined symbol: hci_remote_name wiimote ... couldn't create
So I've recompile the libcwii 6.0.0 (you must edit the code and change hci_remote_name to hci_read_remote_name that is deprecated)
hmm, i guess it would be better to change the name in wiimote rather than libcwii
but wiimote.c is still not compilling : make cc -DPD -O2 -funroll-loops -fomit-frame-pointer -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/usr/local/include -o wiimote.o -c wiimote.c wiimote.c: In function ‘cwiid_callback’: wiimote.c:238: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:239: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:242: erreur: déréférencement d'un pointeur de type incomplet wiimote.c: In function ‘cwiid_doConnect’: wiimote.c:404: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:414: erreur: déréférencement d'un pointeur de type incomplet
i still don't understand why you get this...but: i seem to use the sources of libcwiid for inclusion (hardcoded paths in the externals) rather than the installed sources (from the debian package).
can't really help you though...
mfgas IOhannes
Thanks IOhannes.
It's finally ok. here the steps :
mistake there)
Damien.
IOhannes m zmölnig a écrit :
Damien Henry wrote:
by using the compiled version of wiimote.pd_linux I've the following : /home/dh/Bureau/A/wiimote.pd_linux: libbluetooth.so.2: cannot open shared object file: No such file or directory wiimote ... couldn't create
If I've rename the libbluetooth.so to libbluetooth.so.2 and get the
i would have suggested making a symbolic link from libbluethooth.so.2 to libbluetooth.so (probably something might rely on libbluetooth.sh, and i usually try not to break to many things)
folowing : /home/dh/Bureau/A/wiimote.pd_linux: /home/dh/Bureau/A/wiimote.pd_linux: undefined symbol: hci_remote_name wiimote ... couldn't create
So I've recompile the libcwii 6.0.0 (you must edit the code and change hci_remote_name to hci_read_remote_name that is deprecated)
hmm, i guess it would be better to change the name in wiimote rather than libcwii
but wiimote.c is still not compilling : make cc -DPD -O2 -funroll-loops -fomit-frame-pointer -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/usr/local/include -o wiimote.o -c wiimote.c wiimote.c: In function ‘cwiid_callback’: wiimote.c:238: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:239: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:242: erreur: déréférencement d'un pointeur de type incomplet wiimote.c: In function ‘cwiid_doConnect’: wiimote.c:404: erreur: déréférencement d'un pointeur de type incomplet wiimote.c:414: erreur: déréférencement d'un pointeur de type incomplet
i still don't understand why you get this...but: i seem to use the sources of libcwiid for inclusion (hardcoded paths in the externals) rather than the installed sources (from the debian package).
can't really help you though...
mfgas IOhannes
Also, here's a patch that pix and I did at AVLAB/Medialab Prado last
Sept. It fixes some bugs in the original. This code was used to get
data from 5 wiimotes at once.
Also, I want to make a quick wii demo, did that Pd wii code that you did for AVLAB ever get posted anywhere? I'd like to use that.
i've attached a patch against
http://mikewoz.com/downloads/wiimote_0.6.00.tar.gz
you will need to play with the makefile, it wasn't made in the most
cross-platform way...
pix.
.hc
On Jul 22, 2009, at 5:36 PM, Damien Henry wrote:
Thanks IOhannes.
It's finally ok. here the steps :
- recompile cwiid
- then add #include "cwiid_internal.h" in the wiimote.c (that was my
mistake there)
- copy the file from cwiid src to the same dir
- copy the libcwiid.a from cwiid to /usr/lib
- compile wiimote
Damien.
IOhannes m zmölnig a écrit :
Damien Henry wrote:
by using the compiled version of wiimote.pd_linux I've the
following : /home/dh/Bureau/A/wiimote.pd_linux: libbluetooth.so.2: cannot open
shared object file: No such file or directory wiimote ... couldn't createIf I've rename the libbluetooth.so to libbluetooth.so.2 and get the
i would have suggested making a symbolic link from libbluethooth.so. 2 to libbluetooth.so (probably something might rely on
libbluetooth.sh, and i usually try not to break to many things)folowing : /home/dh/Bureau/A/wiimote.pd_linux: /home/dh/Bureau/A/ wiimote.pd_linux: undefined symbol: hci_remote_name wiimote ... couldn't create
So I've recompile the libcwii 6.0.0 (you must edit the code and
change hci_remote_name to hci_read_remote_name that is deprecated)hmm, i guess it would be better to change the name in wiimote
rather than libcwiibut wiimote.c is still not compilling : make cc -DPD -O2 -funroll-loops -fomit-frame-pointer -W -Wshadow - Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch -I/usr/ local/include -o wiimote.o -c wiimote.c wiimote.c: In function ‘cwiid_callback’: wiimote.c:238: erreur: déréférencement d'un pointeur de type
incomplet wiimote.c:239: erreur: déréférencement d'un pointeur de type
incomplet wiimote.c:242: erreur: déréférencement d'un pointeur de type
incomplet wiimote.c: In function ‘cwiid_doConnect’: wiimote.c:404: erreur: déréférencement d'un pointeur de type
incomplet wiimote.c:414: erreur: déréférencement d'un pointeur de type
incompleti still don't understand why you get this...but: i seem to use the sources of libcwiid for inclusion (hardcoded
paths in the externals) rather than the installed sources (from the
debian package).can't really help you though...
mfgas IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I spent 33 years and four months in active military service and during
that period I spent most of my time as a high class muscle man for Big
Business, for Wall Street and the bankers. - General Smedley Butler
Hi list.
I need to port a patch that use a wiimote and the wiimote object to windows. I've try wiisence but the help patch crash pd, even with all conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with "1" it crash.
Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Ah, sorry, I didn't see the windows part. Someone in a workshop I
taught got wiimotes working with Pd in Windows, I think it was wiisense.
.hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object to
windows. I've try wiisence but the help patch crash pd, even with all
conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with
"1" it crash.Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
Thanks Hans,
About WiiSense, here info I've got: http://wiisense.googlecode.com/ It has been written by Prashant Vaibhav , August 2007; last version seems to be 17.
On the web site they mentions that we should install blueSoleil first, I'll try this evening.
Cheers, Damien.
Hans-Christoph Steiner a écrit :
Ah, sorry, I didn't see the windows part. Someone in a workshop I taught got wiimotes working with Pd in Windows, I think it was wiisense.
.hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object to windows. I've try wiisence but the help patch crash pd, even with all conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with "1" it crash.
Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
Hello,
I've install blueSoleil. Then GlovePie works, but wiiSense still crash.
Do anyone have the source code to debug it, or any clue ?
Cheers, Damien.
Damien Henry a écrit :
Thanks Hans,
About WiiSense, here info I've got: http://wiisense.googlecode.com/ It has been written by Prashant Vaibhav , August 2007; last version seems to be 17.
On the web site they mentions that we should install blueSoleil first, I'll try this evening.
Cheers, Damien.
Hans-Christoph Steiner a écrit :
Ah, sorry, I didn't see the windows part. Someone in a workshop I taught got wiimotes working with Pd in Windows, I think it was wiisense.
.hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object to windows. I've try wiisence but the help patch crash pd, even with all conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with "1" it crash.
Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Maybe you can find the patches here:
http://hangar.org/wikis/lab/doku.php?id=hcs_inst:people
.hc
On Aug 12, 2009, at 6:34 PM, Damien Henry wrote:
Hello,
I've install blueSoleil. Then GlovePie works, but wiiSense still crash.
Do anyone have the source code to debug it, or any clue ?
Cheers, Damien.
Damien Henry a écrit :
Thanks Hans,
About WiiSense, here info I've got: http://wiisense.googlecode.com/ It has been written by Prashant Vaibhav , August 2007; last version seems to be 17.
On the web site they mentions that we should install blueSoleil
first, I'll try this evening.Cheers, Damien.
Hans-Christoph Steiner a écrit :
Ah, sorry, I didn't see the windows part. Someone in a workshop I
taught got wiimotes working with Pd in Windows, I think it was
wiisense..hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object
to windows. I've try wiisence but the help patch crash pd, even with all
conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with
"1" it crash.Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we
are deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
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
All information should be free. - the hacker ethic
hello,
a friend of mine (cc) wrote an abstraction for windows : 4 wiimotes > GlovePie > OSC > Pd, it was working quite well as far as I know, don't hesitate to mail him for + infos if needed http://yamatierea.org/papatchs/#4wii2osc http://ressources.levillagenumerique.org/index.php/Quelques_infos...
http://ressources.levillagenumerique.org/index.php/Conseils%2C_HowTo%2C_FAQ_...
a+ benjamin
Selon Hans-Christoph Steiner hans@at.or.at:
Maybe you can find the patches here:
http://hangar.org/wikis/lab/doku.php?id=hcs_inst:people
.hc
On Aug 12, 2009, at 6:34 PM, Damien Henry wrote:
Hello,
I've install blueSoleil. Then GlovePie works, but wiiSense still crash.
Do anyone have the source code to debug it, or any clue ?
Cheers, Damien.
Damien Henry a écrit :
Thanks Hans,
About WiiSense, here info I've got: http://wiisense.googlecode.com/ It has been written by Prashant Vaibhav , August 2007; last version seems to be 17.
On the web site they mentions that we should install blueSoleil first, I'll try this evening.
Cheers, Damien.
Hans-Christoph Steiner a écrit :
Ah, sorry, I didn't see the windows part. Someone in a workshop I taught got wiimotes working with Pd in Windows, I think it was wiisense.
.hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object to windows. I've try wiisence but the help patch crash pd, even with all conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with "1" it crash.
Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
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
All information should be free. - the hacker ethic
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Hans, Thanks for the link.
I finaly manage to make it work:
1)Install blueSoleil v6
2)run it and connect the wiimote, plus activate the "HID" service.
2)install glovePie
3)Create a small glovePie script with for instance this line.
sendOsc("localhost",57001,"/wiimote",RemoveUnits(Wiimote.RawAccX)/10,
RemoveUnits(Wiimote.RawAccY)/10,RemoveUnits(Wiimote.RawAccZ)/10,Wiimote.A,Wiimote.B,Wiimote.Up
,Wiimote.Down ,Wiimote.Left , Wiimote.Right,Wiimote.Minus,Wiimote.Plus)
4) then a simple patch with dumpOSC and that it !
Simple ? hum hum, if somebody manage to make wiisense working i'm still interested :-)
Cheers, Damien.
Hans-Christoph Steiner a écrit :
Maybe you can find the patches here:
http://hangar.org/wikis/lab/doku.php?id=hcs_inst:people
.hc
On Aug 12, 2009, at 6:34 PM, Damien Henry wrote:
Hello,
I've install blueSoleil. Then GlovePie works, but wiiSense still crash.
Do anyone have the source code to debug it, or any clue ?
Cheers, Damien.
Damien Henry a écrit :
Thanks Hans,
About WiiSense, here info I've got: http://wiisense.googlecode.com/ It has been written by Prashant Vaibhav , August 2007; last version seems to be 17.
On the web site they mentions that we should install blueSoleil first, I'll try this evening.
Cheers, Damien.
Hans-Christoph Steiner a écrit :
Ah, sorry, I didn't see the windows part. Someone in a workshop I taught got wiimotes working with Pd in Windows, I think it was wiisense.
.hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object to windows. I've try wiisence but the help patch crash pd, even with all conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with "1" it crash.
Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
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
All information should be free. - the hacker ethic
Hey Prashant!
People need you here at PD community !
It would be nice to have a wiiSense working in both Win and Mac.
All the best
Luiz
p.s. Do you still need that letter?
Luiz Naveda _____________________________________________________
http://www.ipem.ugent.be/samba Director SysMus09 http://www.ipem.ugent.be/sysmus09
IPEM - Institute for Psychoacoustics and Electronic Music Ghent University Office: + 32 9 264 4127 Blandijnberg 2 Ghent, B-9000 Belgium
^v^
^v^
^v^
^~^~^~^~^~^~^~^~~^~~^~~^~^~^~~~^^~^~~~~ ^~^~^~^~^~^~^~^~^~^~~^~~^~~^~^~^~~~^~~~
On Wed, Aug 12, 2009 at 11:34 PM, Damien Henrydh@dh7.net wrote:
Hello,
I've install blueSoleil. Then GlovePie works, but wiiSense still crash.
Do anyone have the source code to debug it, or any clue ?
Cheers, Damien.
Damien Henry a écrit :
Thanks Hans,
About WiiSense, here info I've got: http://wiisense.googlecode.com/ It has been written by Prashant Vaibhav , August 2007; last version seems to be 17.
On the web site they mentions that we should install blueSoleil first, I'll try this evening.
Cheers, Damien.
Hans-Christoph Steiner a écrit :
Ah, sorry, I didn't see the windows part. Someone in a workshop I taught got wiimotes working with Pd in Windows, I think it was wiisense.
.hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object to windows. I've try wiisence but the help patch crash pd, even with all conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and with "1" it crash.
Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we are deliberately throwing it away to benefit those who profit from scarcity." -John Gilmore
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
There is aka.wiiremote for Mac. It works, but is perhaps rough. I
think some other people have polished aka.wiiremote for Max so it
could be a day's project to include those improvements and add a bit
of polish to the Pd port, and it would work nicely.
But if you really want to work with Pd+wiiremotes, the Linux wiimote
object is probably the way to go.
.hc
On Aug 14, 2009, at 6:10 AM, Luiz Naveda wrote:
Hey Prashant!
People need you here at PD community !
It would be nice to have a wiiSense working in both Win and Mac.
All the best
Luiz
p.s. Do you still need that letter?
Luiz Naveda _____________________________________________________
- PhD researcher
http://www.ipem.ugent.be/samba Director SysMus09 http://www.ipem.ugent.be/sysmus09
IPEM - Institute for Psychoacoustics and Electronic Music Ghent University Office: + 32 9 264 4127 Blandijnberg 2 Ghent, B-9000 Belgium
^v^ ^v^ ^v^
^~^~^~^~^~^~^~^~~^~~^~~^~^~^~~~^^~^~~~~ ^~^~^~^~^~^~^~^~^~^~~^~~^~~^~^~^~~~^~~~
On Wed, Aug 12, 2009 at 11:34 PM, Damien Henrydh@dh7.net wrote:
Hello,
I've install blueSoleil. Then GlovePie works, but wiiSense still crash.
Do anyone have the source code to debug it, or any clue ?
Cheers, Damien.
Damien Henry a écrit :
Thanks Hans,
About WiiSense, here info I've got: http://wiisense.googlecode.com/ It has been written by Prashant Vaibhav , August 2007; last version seems to be 17.
On the web site they mentions that we should install blueSoleil
first, I'll try this evening.Cheers, Damien.
Hans-Christoph Steiner a écrit :
Ah, sorry, I didn't see the windows part. Someone in a workshop
I taught got wiimotes working with Pd in Windows, I think it was wiisense..hc
On Aug 11, 2009, at 6:10 PM, Damien Henry wrote:
Hi list.
I need to port a patch that use a wiimote and the wiimote object
to windows. I've try wiisence but the help patch crash pd, even with all
conections and loadbangs remove. intenciate with no args make an error msg (arg missing), and
with "1" it crash.Does anyone succeed to use wiisense ? I'll try glovePIE, any one succeed with it ? Any other way to make it run ?
Cheers, Damien.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
"[W]e have invented the technology to eliminate scarcity, but we
are deliberately throwing it away to benefit those who profit from
scarcity." -John Gilmore
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
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
All mankind is of one author, and is one volume; when one man dies,
one chapter is not torn out of the book, but translated into a better
language; and every chapter must be so translated.... -John Donne