My project uses different sliders.
each slider must communicate the values 0/1/2/3/4 depending of the position of the slider. So I have set the value of each slider in the settings between between 0 and 4. Value are read by the “param.asInt();” function.
This worked fine.
Now I notice that when I move the slider instead of having the 5 integer values: 0/1/2/3/4 it gives me decimal depending on its position (for example I can put the slider on 1.09…) while I only want it to increment by integer. How can I force it to use only integer values?
I also notice that if I click on the line connecting the min and max output values in the slider property, i get a symbol in a circle in the middle of the line. What is the function of this?