Should I be able to install aka.keyboard?
oh, then you don't want to use Pd for that! have a look at http://www.osculator.net it was made for interfacing the WII with OSC but now also does virtual keystrokes.
Pix\_multiblob &\#8594; multitouch surface : latency ?
Ok thanks.
So I've got two instances of Pd running. One for audio and one for GEM video. Now I have a problem.
I'm routing OSC data from a wacom tablet using OSCulator. But I can't create two instances of [udpreceive] because they're both running off the same port. So is there a way to get the second instance of Pd to read the data coming out of the first?
thanks very much =)
Open Kinect?
I haven't tried this yet either. But my thinking for tracking the data goes:
Kinect > Tuio Kinect > OSCulator > Pd
In theory anyway.
I hope to get a Kinect soon.
Kinect and PD ?
My plan is to use Tuio Kinect and Osculator with the mrpeach library. If I can get this connection problem sorted.
Darwiinremoteosc and pd
now im trying with your pd, and its reading, thanks a lot, but there`s a funny thing, when im conecting the control, i cant put the port of the udprecive in the same port of the osculator, i have to change it in the march, i dunno why, the osculator said that the port is alredy in use.
btw thanks for your help
Darwiinremoteosc and pd
wow, thanks a lot, funny thing, i just return back the controllers to my tesis manager, but thanks a lot. i had install the OSculator and read the control. tomorrow ill be probing your pd file and give you answer. again thanks a lot for your fast reply
Darwiinremoteosc and pd
Wow. Nice patch. Thanks for resurrecting this thread.
[dumpOSC] is now depricated. Use the mrpeach library: [udpreceive] [unpackOSC] [routeOSC]. I will try and rework/update this patch when I get a chance (mine are far less elegant lol) and post it here.
In regards to drivers etc I use the Osculator software for OSX. It's great, it picks up the wiis (up to 4) and clearly labels the OSC routing for all the wiinputs =) Have to be careful with how many gyro inputs you try and track at once though, can cause a lot of latency.
Also I notice Kilshaw's patch has IR data. I have no idea how to plug the wii IR receiver into my machine.
Gem paint
I've hacked up your patch to use a wiimote instead of a mouse. I'm running OSCulator on OSX to do it. The controls are MUCH more random this way. It's kinda weird to use (but fun) and I'm trying to understand it better and clean it up a bit but if anyone is interested I'll post my w.i.p.
Osculator and Pd
I also use the wii with Pd via Osculator. Never tried the [dump] object, but I send values as midi, using the [ctlin] object. Also works fine.
TouchOSC and pd-extended problems
Yeah make sure you're using an available port. The OSC software has to send and receive on different ports. If you were on Mac using OSCulator I could get into specifics but I haven't tried Windows.
To get mrpeach to load a really simple way is to create a [import mrpeach] object and [bang] it a few times, or [loadbang] it. The OSC objects wont work if the something is open using the same port though.