Is there a way to get the fader value from osc controller without moving the fader on the controller.
[netreceive -u -b 8000]
[oscparse]
[list trim]
[route fader_1]
[print]
with the code above if I was to move fader 1 on the controller it will print the value.
Let say that I move the fader to 50%. Is there any code I can use to retreve the value of fader_1 without moving the fader.
example [get fader_1 value] or {ping fader_1}