Increase Slider Accuracy to 3 decimal places?
-
I have a Saturator in ScriptNode that uses 3 decimal places on it's Drive slider. Its super smooth, but on my interface the slider I have to control it only has 2 decimal places and the smoothness is gone - it jumps in sound with each value. Is there a way round this?
-
@DanH you can set the step size manually to any granularity via the script (component.set), though it might not be visible, it will definitely work.
Also, use the smoothed parameter node.
-
@aaronventure ah perfect, didn't realise that was a thing to set the points, thanks!