Re: [PD] Wii remote controller and Mac OS X

2008-03-22 Thread Andrew Turley
I hooked up a [print] to the [hid] object's first outlet. If you do that you should see a constant stream of messages that look like this: ... 0x002c 561 0x002d 593 0x002e 512 ... 0x002c, 0x002d and 0x002e identify the X, Y and Z messages, and the numbers after them are the values. I was

Re: [PD] Wii remote controller and Mac OS X

2008-03-22 Thread Hans-Christoph Steiner
Hey, With the SIXAXIS, I am not getting anything but standard messages. How did you do the pairing? Is the Guitar Hero controller also a Bluetooth device? As far as I can tell with the SIXAXIS, the bluetooth stuff doesn't really work, I am only using the USB connection. I can't get

Re: [PD] Wii remote controller and Mac OS X

2008-03-22 Thread Hans-Christoph Steiner
It is supposed to give transposition and rotation in XYZ, hence SIXAXIS. That's the hope at least. .hc On Mar 21, 2008, at 3:59 PM, Mike McGonagle wrote: Hans, do you know how many control signals this will produce? From what I read in the literature, it sounds like it also has motion

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread Hans-Christoph Steiner
It turns out it's not an easy thing. In order to poll the wiimote you need to use a Carbon CFRunLoop. Since Max/MSP is a Carbon app natively, the aka.wiiremote object can just tag onto the built-in CFRunLoop to get events. Pd's Tcl/Tk process is a Carbon app, but that's a separate

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread mark edward grimm
hi Luigi, thanks for the tip on OSculator. im just looking at it now. you have it communicating with pd? i just tried it out with nodebox real quick and seems to works fine... i also go the wiitar connecting to pd with a 3rd party app called wiitar... that works fairly decent too! i haven't got

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread Hans-Christoph Steiner
I just got a Sony SIXAXIS, I am hoping it is easier to use than the WiiRemote. There seems to be more good lowlevel code available for it, anyway. http://www.us.playstation.com/PS3/About/WirelessController http://www.us.playstation.com/PS3/Accessories/SCPH-98040 .hc On Mar 21, 2008, at

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread Andrew Turley
For the record, the SIXAXIS controller works well in Mac OS X with this driver: http://tattiebogle.net/index.php/ProjectRoot/Ps3Controller I've used that for the Guitar Hero controller. Using the [hid] object I get 3 continuous values from the XYZ sensors. andy On Fri, Mar 21, 2008 at 12:59

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread Daniel Wilcox
I use a wiimote in Linux using the cwiid api http://abstrakraft.org/cwiid/in my device daemon that grabs joystick and wiimote events and slings them over OSC to pd. The wiimote has a 3 axis acceleramator and sends the x, y, z positions and you can easily calculate mean acc, roll, and pitch. You

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread Hans-Christoph Steiner
Awesome, thanks! I will try this tonight. Sounds already much better than the wiimote. .hc On Mar 21, 2008, at 5:05 PM, Andrew Turley wrote: For the record, the SIXAXIS controller works well in Mac OS X with this driver: http://tattiebogle.net/index.php/ProjectRoot/Ps3Controller

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread Hans-Christoph Steiner
IIRC, I think there is a linux driver for the wiimote that makes it act like a HID, and therefore could be used with [hid]. .hc On Mar 21, 2008, at 5:26 PM, Daniel Wilcox wrote: I use a wiimote in Linux using the cwiid api in my device daemon that grabs joystick and wiimote events and

Re: [PD] Wii remote controller and Mac OS X

2008-03-21 Thread Hans-Christoph Steiner
Hmm, so I installed that driver, and now I get the standard gamepad data from the device. Are you able to get the six-axis accelerometer data from the device? that's the real fun stuff. .hc On Mar 21, 2008, at 5:05 PM, Andrew Turley wrote: For the record, the SIXAXIS controller works

Re: [PD] Wii remote controller and Mac OS X

2008-03-07 Thread Hans-Christoph Steiner
). I'm looking for an external allowing to interface a Wii remote controller with pd under Mac OS X (Intel). Is there any reliable way to do that? Thanks, Stefano ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] Wii remote controller and Mac OS X

2008-03-07 Thread stefano . papetti
revision from sourceforge (http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/ externals/io/wiiremote/) seems to be broken (I got it from the logs). I'm looking for an external allowing to interface a Wii remote controller with pd under Mac OS X (Intel). Is there any reliable

Re: [PD] Wii remote controller and Mac OS X

2008-03-07 Thread Hans-Christoph Steiner
to be broken (I got it from the logs). I'm looking for an external allowing to interface a Wii remote controller with pd under Mac OS X (Intel). Is there any reliable way to do that? Thanks, Stefano ___ PD-list@iem.at mailing list

[PD] Wii remote controller and Mac OS X

2008-03-04 Thread Stefano Papetti
-data/trunk/externals/io/wiiremote/) seems to be broken (I got it from the logs). I'm looking for an external allowing to interface a Wii remote controller with pd under Mac OS X (Intel). Is there any reliable way to do that? Thanks, Stefano ___ PD-list

Re: [PD] Wii remote controller and Mac OS X

2008-03-04 Thread nils
/) seems to be broken (I got it from the logs). I'm looking for an external allowing to interface a Wii remote controller with pd under Mac OS X (Intel). Is there any reliable way to do that? Thanks, Stefano ___ PD-list@iem.at mailing list

Re: [PD] Wii remote controller and Mac OS X

2008-03-04 Thread Yvan Vander Sanden
://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/io/wiiremote/) seems to be broken (I got it from the logs). I'm looking for an external allowing to interface a Wii remote controller with pd under Mac OS X (Intel). Is there any reliable way to do that? I have written a wiimote