XY Values to a Single Linear Value

chris.bartho's icon

Hi guys,
What I want to do is use the analogue sticks on my xbox 360 controller as jog wheels to control sample players. I.e. when I rotate the sticks at their outer edge, a clockwise motion plays the files forwards, counterclockwise backwards, the faster the rotation, the faster sample plays etc etc.

To do this I want to take the x and y values from the sticks and convert them into a single linear value. I'm sure there's an obvious solution to this, but I can't see one.

Any ideas guys?

brendan mccloskey's icon

Hi

while I'm looking at this, read this thread, particularly the use of [cartopol].

Brendan

chris.bartho's icon

Hi Brendan,
Thanks, [cartopol] was exactly what I was looking for!

Chris

brendan mccloskey's icon

Keep us posted - I'm still banging my forehead against the Max window!

Brendan

chris.bartho's icon

For my purposes (as a live performance instrument) I'm going to use some sort of averaging to convert changes in angle into a float between -2 and 2 for send into [groove~]

brendan mccloskey's icon
brendan mccloskey's icon

If your maths is better than mine (likely), then your solution may well be more elegant than this:

Max Patch
Copy patch and select New From Clipboard in Max.

Brendan