reduce visible positions after decimal point in live.numbox

benniy's icon

hi folks,

... the topic says it all (: i'm trying to make a numbox display only one number after the decimal point (0.5) instead of the initial two (0.50). any clue?

thanks!

spectro's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Doesn't appear possible in live.numbox, however for the purposes of state recall etc. within live, you may be able to achieve your aim by coupling a flonum to live.numbox and using the flonum to enter/display the stored value.

benniy's icon

thanks once again, spectro. good idea!
too bad it's not possible to remove the roundness from the floatboxes. mh.

Stephane Morisse's icon
Max Patch
Copy patch and select New From Clipboard in Max.

It is possible indeed, as I did it... There you are.

benniy's icon

you completely hit the nail on the head - dream solution! (:
thanks stephane.