Page 1 of 1

XBox 360 Controller

Posted: 21 May 2009, 13:05
by zkzZz
Is it possible to use the Triggers of the XBox 360 Controller?

I just can set up the Buttons, but not the two triggers and the LT and RT buttons.

Can you help me?
Thx, zkzZz

Re: XBox 360 Controller

Posted: 27 May 2009, 14:52
by bckeeping
Hi There,

You could also try using glovepie to take the xbox controls and turn them into midi, which you can then pump back into freestyler using midi-yoke

So the two products are :
glovepie
midi-yoke

and you need to write a little script, which is really easy using commands like
midi1.c0 = joy1.left
Which will output a c0 note in midi whenever you press left. Then just assign that note in freestyler and you are away :)

I use it with wiimotes and it is pretty straight forward

Re: XBox 360 Controller

Posted: 27 May 2009, 16:35
by zkzZz
Ok, i'll try it :D