Live numbox decimal points

Roger's icon

Hi
Can the live numbox go to more than 2 decimal points? I want to use it to effect the duty cycle of a tri & rect and the most interesting sounds come from very small changes, eg 0.00045 to 0.00049. I could make the live numbox range from say 0.0 to 10000.0 then * to bring it back but that seems a bit inelegant.

broc's icon

You can set in the inspector 'Custom Units' and 'Steps'.

Max Patch
Copy patch and select New From Clipboard in Max.

broc's icon

To be exact, 'Steps' in my patch should be 100001 (= number of possible values).

Roger's icon

Thanks Broc solved the problem, but I am not sure of what the %.5f is/means (stopped math at 15)

broc's icon

It's a sprintf-style format meaning float number with 5 digits to the right of the decimal point.