
A simple matrix based numeric keyboard that let enter precise values on small items size, part of liveOsc
thougth some might be interested so extracted to a patch.
to script masterz: It work well but I think there is a more elegant scripting way of doing this, if any clues...
here i use array of strings (each nb is a string) that i concat to make a word and convert to float.
fist i imagine i could directly set a character in a sized string word, what's the best way for that?, im a bit lost in
all char manipulations... one the other hand, seems not cpu hungry so that's cool.
do we set a string lengh using setlength as well? how do we then set a character like word:= ?
