Hello,
Sorry to blow my own trumpet twice in a row like this, but I just found this video somebody made of FUDIKaosDS in action - that's one of the two bits of software I posted about earlier. This video nicely shows off it's capabilities:
http://www.youtube.com/watch?v=fDCYaEc2VL8
It looks like this person is using Pure Data and Gem for the sound and visuals.
Best,
Chris.
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
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 process from 'pd'.
So after a fair amount of discussion with Apple engineers, it seems
that the only solution is to make a totally separate process (yes a
process, not just a thread) which runs the CFRunLoop to poll the
wiiremote. Then the Pd object will poll that process to get data
from it. This is not simple, but doable, hence the delay.
If only Nintendo had just made it a proper HID device, then it would
'just work' with [hid]. But they did something quite stupid, they
make it show up as if it was a proper HID device, but then it sends
custom, non-HID data packets. So the OS sees it as a HID device and
associates with it, but then can't understand the data from it. That
leaves the IOBluetooth API as only option, which is tied to Carbon
CFRunLoops.
The best solution would be if someone wrote a driver for it that
translated the custom data packets into HID, then it would 'just
work' with [hid]. Unfortunately, I am not a driver guy...
For now, this looks like a good option for using the wiiremote with
Pd on Mac OS X:
http://code.google.com/p/darwiinosc/
.hc
On Mar 21, 2008, at 8:44 AM, Luigi Rensinghoff wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to
realize his wishes. Now that he can realize them, he must either
change them, or perish. -William Carlos Williams
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m
syracuse u. | vpa foundations | timearts
adjunct | new media consultant
megrimm.net | socialmediagroup.org & .com
mgrimm@syr.edu | 585.509.8703
________________________________________
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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
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 controls. Does that mean that it has XYZ sensors? Or does it also have the pitch and yaw sensors as well? It sounds like a Wii has XYZ and pitch and yaw... Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner hans@eds.org wrote:
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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
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 PM, Mike McGonagle mjmogo@gmail.com 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 controls. Does that mean that it has XYZ sensors? Or does it also have the pitch and yaw sensors as well? It sounds like a Wii has XYZ and pitch and yaw...
Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner hans@eds.org wrote:
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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
-- Peace may sound simple—one beautiful word— but it requires everything we have, every quality, every strength, every dream, every high ideal. —Yehudi Menuhin (1916–1999), musician _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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
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 PM, Mike McGonagle mjmogo@gmail.com
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
controls. Does that mean that it has XYZ sensors? Or does it also have the pitch
and yaw sensors as well? It sounds like a Wii has XYZ and pitch and yaw...Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner
hans@eds.org wrote: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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
-- Peace may sound simple—one beautiful word— but it requires
everything we have, every quality, every strength, every dream, every high ideal. —Yehudi Menuhin (1916–1999), musician _______________________________________________ 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
If nature has made any one thing less susceptible than all others of
exclusive property, it is the action of the thinking power called an
idea, which an individual may exclusively possess as long as he keeps
it to himself; but the moment it is divulged, it forces itself into
the possession of everyone, and the receiver cannot dispossess
himself of it. - Thomas Jefferson
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 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 PM, Mike McGonagle mjmogo@gmail.com
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
controls. Does that mean that it has XYZ sensors? Or does it also have the pitch
and yaw sensors as well? It sounds like a Wii has XYZ and pitch and yaw...Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner
hans@eds.org wrote: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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
-- Peace may sound simple—one beautiful word— but it requires
everything we have, every quality, every strength, every dream, every high ideal. —Yehudi Menuhin (1916–1999), musician _______________________________________________ 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
The arc of history bends towards justice. - Dr. Martin Luther
King, Jr.
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 expecting them to show up as regular gamepad messages, so I actually didn't know that I was getting them at first.
andy
On Fri, Mar 21, 2008 at 9:56 PM, Hans-Christoph Steiner hans@eds.org wrote:
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 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 PM, Mike McGonagle mjmogo@gmail.com 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 controls. Does that mean that it has XYZ sensors? Or does it also have the pitch and yaw sensors as well? It sounds like a Wii has XYZ and pitch and yaw...
Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner hans@eds.org wrote:
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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
>
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
> ---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
> _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
-- Peace may sound simple—one beautiful word— but it requires everything we have, every quality, every strength, every dream, every high ideal. —Yehudi Menuhin (1916–1999), musician _______________________________________________ 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
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
Oops, I should be a little more specific ... what I described was my experience with the Guitar Hero controller, which as far as I can tell is just a repackaged SIXAXIS controller that sends a different device ID. It may be slightly different for the regular SIXAXIS controllers, but use [print] and see what you get.
andy
On Fri, Mar 21, 2008 at 11:24 PM, Andrew Turley aturley@acm.org wrote:
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 expecting them to show up as regular gamepad messages, so I actually didn't know that I was getting them at first.
andy
On Fri, Mar 21, 2008 at 9:56 PM, Hans-Christoph Steiner hans@eds.org wrote:
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 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 PM, Mike McGonagle mjmogo@gmail.com 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 controls. Does that mean that it has XYZ sensors? Or does it also have the pitch and yaw sensors as well? It sounds like a Wii has XYZ and pitch and yaw...
Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner hans@eds.org wrote:
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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
>> > > > How is the Progress with the wiiremote external ??? > (especially Mac- > Intel) > > I have played around with OSculator and its really > working fine. > > Anybody else playing around with the Wii ??? > > > Happy Easter > > Luigi > > > > >> ---------------------------------------< > > Luigi Rensinghoff > luigi.rensinghoff@freenet.de > skype:gigischinke > ichat:gigicarlo > > > > >> _______________________________________________ > PD-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list >
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
-- Peace may sound simple—one beautiful word— but it requires everything we have, every quality, every strength, every dream, every high ideal. —Yehudi Menuhin (1916–1999), musician _______________________________________________ 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
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
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 it to show up in the Bluetooth Device
configuration app.
I started a pdpedia page to document how to use the SIXAXIS
controller with Pd. (I am not sure that this is the best place, but I
couldn't think of a better place). Please add anything that I might
of missed.
http://wiki.puredata.info/en/SIXAXIS
I think it would be great to have pages for other devices as well,
like wiimote, guitar hero controller, Arduino, Wiring board, etc.
.hc
On Mar 22, 2008, at 2:28 AM, Andrew Turley wrote:
Oops, I should be a little more specific ... what I described was my experience with the Guitar Hero controller, which as far as I can tell is just a repackaged SIXAXIS controller that sends a different device ID. It may be slightly different for the regular SIXAXIS controllers, but use [print] and see what you get.
andy
On Fri, Mar 21, 2008 at 11:24 PM, Andrew Turley aturley@acm.org
wrote: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 expecting them to show
up as regular gamepad messages, so I actually didn't know that I was
getting them at first.andy
On Fri, Mar 21, 2008 at 9:56 PM, Hans-Christoph Steiner
hans@eds.org wrote: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 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 PM, Mike McGonagle mjmogo@gmail.com 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 controls. Does that mean that it has XYZ sensors? Or does it also have the pitch and yaw sensors as well? It sounds like a Wii has XYZ and pitch and yaw...
Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner hans@eds.org wrote:
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 1:00 PM, mark edward grimm wrote:
> 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 the wii working with darwiiremoteOSC yet > but seems pretty straight forward. > > i would agree it would be nice to have a pd external > (aka.wiiremote) but for now these solutions seem > adequate....eh? > > i just got these two remotes in the mail from ebay > yesterday so i have not messed with them too much > other than making sure they worked... maybe it would > be nice to have a wiki page or something will all > wiimote related pd patches/vids/experiments/examples? > > ...lots of cool possibilities as a controller i see!! > > BTW what else are people doing with the wiimote? i see > its interfaced with max/msp, and processing also. > > Cheers > mark > > > > --- Luigi Rensinghoff luigi.rensinghoff@freenet.de > wrote: > >>> >> >> >> How is the Progress with the wiiremote external ??? >> (especially Mac- >> Intel) >> >> I have played around with OSculator and its really >> working fine. >> >> Anybody else playing around with the Wii ??? >> >> >> Happy Easter >> >> Luigi >> >> >> >> >>> ---------------------------------------< >> >> Luigi Rensinghoff >> luigi.rensinghoff@freenet.de >> skype:gigischinke >> ichat:gigicarlo >> >> >> >> >>> _______________________________________________ >> PD-list@iem.at mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> > > > ____________________ > mark edward grimm | m.f.a | ed.m > syracuse u. | vpa foundations | timearts > adjunct | new media consultant > megrimm.net | socialmediagroup.org & .com > mgrimm@syr.edu | 585.509.8703 > ________________________________________ > > > > > > _______________________________________________ > 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
-- Peace may sound simple—one beautiful word— but it requires everything we have, every quality, every strength, every dream, every high
ideal. —Yehudi Menuhin (1916–1999), musician _______________________________________________ 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
The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
http://at.or.at/hans/
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 controls. Does that mean that it has XYZ sensors? Or does it
also have the pitch and yaw sensors as well? It sounds like a Wii
has XYZ and pitch and yaw...Mike
On Fri, Mar 21, 2008 at 2:06 PM, Hans-Christoph Steiner
hans@eds.org wrote: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 1:00 PM, mark edward grimm wrote:
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 the wii working with darwiiremoteOSC yet but seems pretty straight forward.
i would agree it would be nice to have a pd external (aka.wiiremote) but for now these solutions seem adequate....eh?
i just got these two remotes in the mail from ebay yesterday so i have not messed with them too much other than making sure they worked... maybe it would be nice to have a wiki page or something will all wiimote related pd patches/vids/experiments/examples?
...lots of cool possibilities as a controller i see!!
BTW what else are people doing with the wiimote? i see its interfaced with max/msp, and processing also.
Cheers mark
--- Luigi Rensinghoff luigi.rensinghoff@freenet.de wrote:
How is the Progress with the wiiremote external ??? (especially Mac- Intel)
I have played around with OSculator and its really working fine.
Anybody else playing around with the Wii ???
Happy Easter
Luigi
---------------------------------------<
Luigi Rensinghoff luigi.rensinghoff@freenet.de skype:gigischinke ichat:gigicarlo
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
mark edward grimm | m.f.a | ed.m syracuse u. | vpa foundations | timearts adjunct | new media consultant megrimm.net | socialmediagroup.org & .com mgrimm@syr.edu | 585.509.8703 ________________________________________
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
-- Peace may sound simple—one beautiful word— but it requires
everything we have, every quality, every strength, every dream,
every high ideal. —Yehudi Menuhin (1916–1999), musician _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
¡El pueblo unido jamás será vencido!
Hi Chris,
Thanks for viewing my work. That post on YouTube was made by me. (shortly after I suggested you a while back to recompile the DS binaries using the later Wifi library adding support for R4)
Audio and video is strictly pd-extended for Windows. Patch is made public at the following.
http://pspunch.com/kausolator.zip
-- David Shimamoto
Hello,
Sorry to blow my own trumpet twice in a row like this, but I just found this video somebody made of FUDIKaosDS in action - that's one of the two bits of software I posted about earlier. This video nicely shows off it's capabilities:
http://www.youtube.com/watch?v=fDCYaEc2VL8
It looks like this person is using Pure Data and Gem for the sound and visuals.
Best,
Chris.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
Thanks for viewing my work. That post on YouTube was made by me. (shortly after I suggested you a while back to recompile the DS binaries using the later Wifi library adding support for R4)
Thanks for making the video available. I am getting an R4 soon, so I'll certainly be re-compiling the binary with the new wifi library so it works with that.
Best,
Chris.
Hey Chris
Am I missing something? It seems to work fine on my R4 (and it's really cool)
cheers dafydd
On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick chris@mccormick.cx wrote:
On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
Thanks for viewing my work. That post on YouTube was made by me. (shortly after I suggested you a while back to recompile the DS binaries using the later Wifi library adding support for R4)
Thanks for making the video available. I am getting an R4 soon, so I'll certainly be re-compiling the binary with the new wifi library so it works with that.
Best,
Chris.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
dafydd,
At one point, I could not get homebrew apps using wifi (including FUDIKaosDS binaries on Chris's site) to work on my R4. This was until the DSwifi libraries were updated at which point, binaries I built worked just fine.
This was with R4 kernel version 1.14 I think. What do you use? Some things may have changed unless I was doing something wrong.
-- David Shimamoto
Am I missing something? It seems to work fine on my R4 (and it's really cool)
cheers dafydd
On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick chris@mccormick.cx wrote:
On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
Thanks for viewing my work. That post on YouTube was made by me. (shortly after I suggested you a while back to recompile the DS binaries using the later Wifi library adding support for R4)
Thanks for making the video available. I am getting an R4 soon, so I'll certainly be re-compiling the binary with the new wifi library so it works with that.
Best,
Chris.
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi David
I think I've got v 1.17, but I also had no trouble with earlier firmware and Knobs & Sliders. I was using Chris' compiled .nds file. Would DLDIDrop have made a difference? (I don't know a lot about this stuff - I'm still at the just try stuff and hope it works phase with my DS.
cheers dafydd
On Thu, Mar 27, 2008 at 10:41 PM, PSPunch shima@pspunch.com wrote:
dafydd,
At one point, I could not get homebrew apps using wifi (including FUDIKaosDS binaries on Chris's site) to work on my R4. This was until the DSwifi libraries were updated at which point, binaries I built worked just fine.
This was with R4 kernel version 1.14 I think. What do you use? Some things may have changed unless I was doing something wrong.
-- David Shimamoto
Am I missing something? It seems to work fine on my R4 (and it's really cool)
cheers dafydd
On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick chris@mccormick.cx wrote:
On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
Thanks for viewing my work. That post on YouTube was made by me. (shortly after I suggested you a while back to recompile the DS binaries using the later Wifi library adding support for R4)
Thanks for making the video available. I am getting an R4 soon, so I'll certainly be re-compiling the binary with the new wifi library so it works with that.
Best,
Chris.
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
Hello dafydd,
DLDI is a wrapper library to compensate for the different ways each DS cartridge (such as R4 and other hardware of the same purpose) accesses external files stored from within the .nds application. i.e., "Nitrotracker" (which I imagine you have tried already) needs the DLDI patch applied to the .nds file in order to load&store samples from the SD card. I believe DLDIDrop automates this patching as you transfer the .nds file to memory. In other words, if the .nds file you plan to use does not rely on the DLDI library, you can simply copy the file and it should work fine.
Unless I recall incorrectly, FUDIKaosDS does not rely on the DLDI library as it does not access any external file.
To be honest, I have not tried "Knobs & Sliders" yet, only FUDIKasoDS. Maybe these two binaries were built at different timings, or then again, it may just have been me missing something.
I haven't updated my R4 in a while. If it is of interest to anyone, maybe I can give Chris's binaries another try and apologize for causing all the noise if necessary.
-- David Shimamoto
Hi David
I think I've got v 1.17, but I also had no trouble with earlier firmware and Knobs & Sliders. I was using Chris' compiled .nds file. Would DLDIDrop have made a difference? (I don't know a lot about this stuff - I'm still at the just try stuff and hope it works phase with my DS.
cheers dafydd
On Thu, Mar 27, 2008 at 10:41 PM, PSPunch shima@pspunch.com wrote:
dafydd,
At one point, I could not get homebrew apps using wifi (including FUDIKaosDS binaries on Chris's site) to work on my R4. This was until the DSwifi libraries were updated at which point, binaries I built worked just fine.
This was with R4 kernel version 1.14 I think. What do you use? Some things may have changed unless I was doing something wrong.
-- David Shimamoto
Am I missing something? It seems to work fine on my R4 (and it's really cool)
cheers dafydd
On Thu, Mar 27, 2008 at 1:53 AM, Chris McCormick chris@mccormick.cx wrote:
On Sat, Mar 22, 2008 at 08:09:33PM +0900, PSPunch wrote:
Thanks for viewing my work. That post on YouTube was made by me. (shortly after I suggested you a while back to recompile the DS binaries using the later Wifi library adding support for R4)
Thanks for making the video available. I am getting an R4 soon, so I'll certainly be re-compiling the binary with the new wifi library so it works with that.
Best,
Chris.
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
On Fri, Mar 28, 2008 at 01:22:19PM +0900, PSPunch wrote:
Unless I recall incorrectly, FUDIKaosDS does not rely on the DLDI library as it does not access any external file.
Yeah that's right - it does everything via WIFI because I couldn't be bothered figuring out the DLDI stuff.
To be honest, I have not tried "Knobs & Sliders" yet, only FUDIKasoDS. Maybe these two binaries were built at different timings, or then again, it may just have been me missing something.
I haven't updated my R4 in a while. If it is of interest to anyone, maybe I can give Chris's binaries another try and apologize for causing all the noise if necessary.
It may well be that I already recompiled it with the newer wifi libraries and have just forgotten about it.
Anyway, if anyone is having trouble with the software please feel free to let me know and I'll try to fix it.
Best,
Chris.