@ustk said in Inverting a knob:
@Ender you already have value as callback's argument
So:
inline function onKnobControl(value) { local invVal = 1-value; Console.print(invVal); }
Hello @ustk ,
I just had to do some little adjustment to the function you wrote and everything works like i want :)
Thank you very much for your help!