]]>
2010-09-06T19:57:40+02:002010-09-06T19:57:40+02:00https://brainmodular.org/forums/viewtopic.php?t=2395&p=15478#p15478personally 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.
]]>2010-09-06T08:19:00+02:002010-09-06T08:19:00+02:00https://brainmodular.org/forums/viewtopic.php?t=2395&p=15455#p15455Statistics: Posted by nay-seven — 06 Sep 2010, 08:19
]]>2010-09-06T04:18:42+02:002010-09-06T04:18:42+02:00https://brainmodular.org/forums/viewtopic.php?t=2395&p=15453#p15453
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:= ?
]]>BrainModularBrainModular Users Forum2010-09-06T20:07:17+02:00https://brainmodular.org/forums/app.php/feed/topic/23952010-09-06T20:07:17+02:002010-09-06T20:07:17+02:00https://brainmodular.org/forums/viewtopic.php?t=2395&p=15479#p15479Statistics: Posted by 23fx23 — 06 Sep 2010, 20:07
]]>2010-09-06T19:57:40+02:002010-09-06T19:57:40+02:00https://brainmodular.org/forums/viewtopic.php?t=2395&p=15478#p15478personally 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.
]]>2010-09-06T08:19:00+02:002010-09-06T08:19:00+02:00https://brainmodular.org/forums/viewtopic.php?t=2395&p=15455#p15455Statistics: Posted by nay-seven — 06 Sep 2010, 08:19
]]>2010-09-06T04:18:42+02:002010-09-06T04:18:42+02:00https://brainmodular.org/forums/viewtopic.php?t=2395&p=15453#p15453
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:= ?