is it possible to set the sliders to snap to a particular single value?
say for example-- set the value as .25… then it will snap at
0.0
0.25
0.5
0.75
1.0
1.25
1.5
etcetc until the slider’s max value is reached.
?
is it possible to set the sliders to snap to a particular single value?
say for example-- set the value as .25… then it will snap at
0.0
0.25
0.5
0.75
1.0
1.25
1.5
etcetc until the slider’s max value is reached.
?
For that you need an integer slider and an expression:
sweet!
thank you.
i didn’t realize you could enter expressions for sliders even though the option is staring me in the face
How do I increment by 5? Not getting it ;/
0,5,10,15..
Sorry, it’s x*5. The problem was the high range, so the numbers was just jumping…