Question
Limit slider range + no decimals expression
Hi, im trying to create a custom slider that is going between 0-21, plus I need to keep the numbers with no decimals.
There are 2 expressions I'm using:
clamp(value, 0,21); /for keeping the range
Math.round(effect("Slider control")("Slider")); /for rounding the numbers
The problem is that each one of the expressions cancel each other. Any idea how can they be united to work together?
Thanks!
