Posted: 02 Jun 2010, 00:34
Ive just tested the arg thing, very nice. I wanted to make kind of custom matrix that would work with any item.
I successfully managed to make a script that creates kind of matrix with any of the modules (fader,butt) well aligned,size adjustable on X and Y with selectable nb of rows/cols ultra cool, Xfaders strong aligned in few clics, set all size ect.
but then I would like to route the outputs of the modules to an array, ie to collect mouse down/values and reroute the array to the script for process. Pb i got is if i create an Array using moduleid 92, the inputs are limited to 16. if I putid 260 i can get the query, but the time user set the nb of faders, the script "wires in the wind".
is it somehow possible to create an array of n input without query, or use kind of query pulse to retrigg iml when user as set,
or any other ideas, launch another script creation of xin to array, or any other ideas if some see what i mean?
first thought would be simpler to create n inputs on the script, but im affraid of mess in/outs if chging nb of items, and ideally arrays are more convenient cause i risk end up with toomuch wire/in/outs. Any master have any sugg/trick?
well in that case i could just create manually the array first so not a big deal, still would be very cool to somehow automatize the
process, ie for some custom MondoComboBox or faders,xy,listboxes matrix, or other..
I successfully managed to make a script that creates kind of matrix with any of the modules (fader,butt) well aligned,size adjustable on X and Y with selectable nb of rows/cols ultra cool, Xfaders strong aligned in few clics, set all size ect.
but then I would like to route the outputs of the modules to an array, ie to collect mouse down/values and reroute the array to the script for process. Pb i got is if i create an Array using moduleid 92, the inputs are limited to 16. if I putid 260 i can get the query, but the time user set the nb of faders, the script "wires in the wind".
is it somehow possible to create an array of n input without query, or use kind of query pulse to retrigg iml when user as set,
or any other ideas, launch another script creation of xin to array, or any other ideas if some see what i mean?
first thought would be simpler to create n inputs on the script, but im affraid of mess in/outs if chging nb of items, and ideally arrays are more convenient cause i risk end up with toomuch wire/in/outs. Any master have any sugg/trick?
well in that case i could just create manually the array first so not a big deal, still would be very cool to somehow automatize the
process, ie for some custom MondoComboBox or faders,xy,listboxes matrix, or other..