Hey all. Hope someone can help.
I'm in the process of creating a custom interface in TouchOsc running through PD to control a specific VST synth. Most of the work is done except the x/y pad controller, as I need to reverse the Y axis.
Now I know some hosts can invert the controller data coming in. But I need to do this in PD before it reaches the host.
This is what I have for the Y axis:
[ OSCroute /xy1 ]
|
[ unpack 0.1 0.1 ]
|
[ *127 ]
|
[ ctlout 1 2 ]
I'm sure it must be really simple to reverse the value, but I'm still new to this! Can anyone help??