how to increase float dial every 0.001?
I have a live dial which is range is 0.05 and 8.000, I added custom unit "%.3f", when I increase it with UpArrow or Mouse drag it increases every 0.078 or something, I want my dial to be increased every 0.001
how many steps do you need from 0.05 to 8 using 0.001 increament ?
forget it with live.dial
thanks I get it now!!!!!
you can build some logic around a numberbox which makes it always snap to the next 0.001, no matter if changed by input or by mouse, but i would not do it that way.
Float number set to 3 decimal places
(message numdecimalplaces 3)
would do, one can selectively move increaments, but in no way connected to live.dial
people always overlook that GUI object themselves always need to have a limited number of different values - or you can longer use them in practice.
numberboxes and textfields are the only exception to this rule, and only a numberbox could then also even be controlled by a mouse.
though i have built XY-controls where the Y axis is a multiplicator for the Y parameter value... it is a bit strange to use, it but it technically works fine.