Parameter on gui doesn't sync with stepped parameter in scriptnode
-
Hi friends!
I'm currently working on a plugin and I need to make some controls stepped. On the UI i have a knob with 5 frames, and in the scriptnode I have a parameter with fixed step size. When I use a parameter in the scriptnode everything is fine, however when I use a knob on gui the parameter moves smoothly and doesn't work as I need it to work. Is there a way to fix this?
-
What step size are you using for the knob?
-
@d-healey i set it to 0.1 because there are only 3 options: 0.01, 0.1 and 1.0
-
@jasonswann Set it to 1
-
@d-healey if i do this it just selects between min and max value
-
@jasonswann What have you set the min/max to?
-
@d-healey WAIT I FIGURED IT OUT my max was set to 1
Thank you SO MUCH!!
-
@jasonswann Glad you solved it :)