Page 1 of 1
Posted: 20 Jul 2011, 17:42
by Floego
Would be nice to have, similar to the text field module, a simple data field module for numerical input, and not always having to convert a text string input into a numerical value.
About precision of the data input, better if more than 5 floating point digits.

Posted: 20 Jul 2011, 18:09
by 23fx23
Isnt the math module constant kind of this? Ah mmm no ya mean you wanna feed text and get numerical values, but if so we can directly enter text on the text to float module, wich is equivalent no?
Posted: 20 Jul 2011, 18:46
by Floego
yes, the text to float module works nice, but I'm talking about an interface module that could let me, for example, directly input a number like ;
1.2344E15
3.456E-7
123.56879945569988
or time strings like
12:24:049345
and let me store it before it gets rounded to 5 digits of floating point.
Posted: 20 Jul 2011, 19:05
by 23fx23
Ah ok, make sense
Posted: 20 Jul 2011, 19:32
by Floego
for example, In usine the duration of a midi event in the pianoroll is stored in a format like
1.70833337306976 , and there is no way to type that value in a text string box and then use it as a number without being rounded.