Page 1 of 1

Posted: 06 Sep 2010, 04:18
by 23fx23
Image

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:= ?

Posted: 06 Sep 2010, 08:19
by nay-seven
nice ! gone to test this baby:)

Posted: 06 Sep 2010, 19:57
by senso
good idea,
personally I have customized it a little bit:

- connect the "open" inlet it to the "double click" from the fader,
- use 'disable double click in IB" option in the setup,
- added a "Pass Only If has changed" module just before the "out (float)" so we can change the value of the fader without opening the popup.

it's a perfect companion!

Posted: 06 Sep 2010, 20:07
by 23fx23
yep nice tweaks to have booth, indeed i should have make the passif chg.