SliderPack always round up
-
I built a fake sequencer with a sliderpack and everything is working as wished, except the rounding.
The sliders are set to full values (1) and they seem to work as expected rounding from .5 upwards, but I would like them to always round upwards if the value is higher than .0.
Is there an easy script solution for that?
Thanks in advance! -
-
@VorosMusic
Math.ceil()
-
@d-healey
Perfect, thank you! -