hi there,
so some of you are already playing with the wii remote, so perhaps we should discuss it here instead of in the shoutbox.
I’m also playing around with it, and it was very easy to simple map it to a gamecontroller. You just need JoyPP and the following Glovepie lines:
{CODE(ln=>1)}PPJoy1.Digital0 = Wiimote1.A
PPJoy1.Digital1 = Wiimote1.B
PPJoy1.Digital2 = Wiimote1.One
PPJoy1.Digital3 = Wiimote1.Two
PPJoy1.Analog0 = MapRange(Wiimote1.Roll, -75 degrees,75 degrees, -1,1)
PPJoy1.Analog1 = MapRange(Wiimote1.Pitch, -45 degrees,45 degrees, -1,1)^
… and the GameController Node should work. But has anyone an idea how to get the Acceleration/Velocity out from the moves? I wasn’t successfull with the RawForce thing, and also not with sending midi from GLovepie to VVVV.