On 08/14/2015 07:47 PM, Simon Iten wrote:
ah cool, thanks!
is there a way to make a slider with only int values? (other than using int after the slider)
tweak the size of the slider so that each pixel corresponds to an integer value :-(
but then:
resolution (1%)
enter a fractal number (apart from shift-dragging)
so i think the only sane way to ensure integer numbers is by casting them to [int] at the receiving side.
personally i even prefer the [int] because it is made explicit in the patch (whereas all magic you do within the gui-properties of the slider are non-obvious).
vmsdr IOhannes