ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray BrainModular BrainModular Users Forum 2013-03-08T12:23:43+02:00 https://brainmodular.com/forums/app.php/feed/topic/2877 2013-03-08T12:23:43+02:00 2013-03-08T12:23:43+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=25621#p25621 <![CDATA[a request for script gurus]]> I really need a slave one for my novation launchpad patch,
please, could you take a few minutes to add a "memtypes" array input?
That would be great, thanks in advance.

Edit: forget it,
was really easy and simple to patch.

Statistics: Posted by Fléau — 08 Mar 2013, 11:23


]]>
2011-05-17T10:02:46+02:00 2011-05-17T10:02:46+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19408#p19408 <![CDATA[a request for script gurus]]> works fine
thanks again

Statistics: Posted by nay-seven — 17 May 2011, 10:02


]]>
2011-05-17T09:56:12+02:00 2011-05-17T09:56:12+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19407#p19407 <![CDATA[a request for script gurus]]>

CODE:

//////////////////////////// MX_MULTIMODES_ 23fx15/05/2K11// allow to configure cells to act as// momentary/toggle swich or group swiches/////////////////////////// parameters declarationvar Config,MXsize&#58;tparameter;var Ctype&#58;tparameter;var arrayout,MEMtypes&#58;tparameter;var IDclic&#58;tparameter;var Msdwn&#58;tparameter;var L, cty,ID&#58; integer;var msd,cfg&#58;boolean;// initialisation &#58; create parametersprocedure init;begin MXsize&#58;=createParam&#40;'Mxsize',ptdatafield&#41;;setisoutput&#40;Mxsize,false&#41;; Config&#58;=createParam&#40;'config',ptswitch&#41;;setisoutput&#40;config,false&#41;;ctype&#58;=createParam&#40;'ctype',ptListBox&#41;;SetListBoxString&#40;ctype,'button,swich,G1,G2,G3,G4,G5,G6,G7,G8'&#41;;setisoutput&#40;ctype,false&#41;;idclic&#58;=createParam&#40;'idclic',ptdatafield&#41;;setisoutput&#40;idclic,false&#41;;msdwn&#58;=createParam&#40;'msdwn',ptdatafield&#41;;setisoutput&#40;msdwn,false&#41;;arrayout&#58;=createParam&#40;'arrayout',Ptarray&#41;;setisinput&#40;Arrayout,false&#41;;setdontsave&#40;arrayout,false&#41;;MemTypes&#58;=createParam&#40;'Memtypes',Ptarray&#41;;setisinput&#40;Memtypes,false&#41;;setdontsave&#40;memtypes,false&#41;;id&#58;=0;msd&#58;=false;cfg&#58;=false;end;// Callback procedureProcedure Callback&#40;N&#58;integer&#41;; beginif &#40;n=mxsize&#41; then resize;if &#40;n=config&#41; then begin    cfg&#58;=getvalue&#40;config&#41;=1;    end;if &#40;n=idclic&#41; then begin   if getvalue&#40;idclic&#41;>-1 then begin      ID&#58;= trunc&#40;getvalue&#40;idclic&#41;&#41;;   end;  end;if &#40;n=msdwn&#41; then begin   MSD&#58;=getvalue&#40;msdwn&#41;=1;        if MSD then begin        //resize;           if CFG then begin              setdataarrayvalue&#40;memtypes,ID,getvalue&#40;ctype&#41;&#41;;           end;         cty&#58;= trunc&#40;getdataarrayvalue&#40;memtypes,ID&#41;&#41;;       end;//msd        U_CELLS&#40;cty&#41;;    end;//msdwn    end;////////////////////////////Procedure U_CELLS&#40;mode &#58; integer&#41;;var i&#58;integer;beginif mode=0 then begin  //button,mmt mode   setdataarrayvalue&#40;arrayout,ID,getvalue&#40;msdwn&#41;&#41;;   end; if &#40;mode=1&#41; and &#40;MSD&#41; then begin    setdataarrayvalue&#40;arrayout,ID,1-getdataarrayvalue&#40;arrayout,ID&#41;&#41;;   end;if mode>=2 then begin   for i&#58;=0 to L-1 do begin   if getdataarrayvalue&#40;memtypes,i&#41;=mode then begin      setdataarrayvalue&#40;arrayout,i,0&#41;;    end;    end;   setdataarrayvalue&#40;arrayout,id,1&#41;;   end;end;/////////////////////////Procedure RESIZE;beginL&#58;=trunc&#40;getvalue&#40;Mxsize&#41;&#41;;setlength&#40;arrayout,L&#41;;setlength&#40;memtypes,L&#41;;end;//////////////////////////
or if you already made assign and don't wanna loose them, add the line in init after arrayout creation:
setdontsave(arrayout,false); then make 'reload script'

Statistics: Posted by 23fx23 — 17 May 2011, 09:56


]]>
2011-05-17T07:55:10+02:00 2011-05-17T07:55:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19406#p19406 <![CDATA[a request for script gurus]]> seems that the state of the cells are not memorized by a preset manager...?

Statistics: Posted by nay-seven — 17 May 2011, 07:55


]]>
2011-05-16T14:02:23+02:00 2011-05-16T14:02:23+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19397#p19397 <![CDATA[a request for script gurus]]> Statistics: Posted by 23fx23 — 16 May 2011, 14:02


]]>
2011-05-15T21:09:35+02:00 2011-05-15T21:09:35+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19393#p19393 <![CDATA[a request for script gurus]]> Statistics: Posted by joffo78 — 15 May 2011, 21:09


]]>
2011-05-15T18:02:43+02:00 2011-05-15T18:02:43+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19389#p19389 <![CDATA[a request for script gurus]]> . btween it's not the ultimate optimized code for very big matrix, but was much easier
to code like this than tracking and incrementing size of groups, and cpu seems fairly descent like this so...ive chosen the lasy way ;)

let me know if you got pbs with your feedback mode, maybe you need some arrayin to feed the script or i don't know?
(if so you can try to deploy the script so that array out pin is visible on input, and feed your stuff maybe..

happy it's helpuf for ya nay'

Statistics: Posted by 23fx23 — 15 May 2011, 18:02


]]>
2011-05-15T17:24:08+02:00 2011-05-15T17:24:08+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19388#p19388 <![CDATA[a request for script gurus]]> works perfectly , now i've some incompatibility with my visual feedback mode but maybe there's some workaround
will let you know
And i thinks this could be a cool script for many uses and to quickly build patches

Many Thanks !!!

Statistics: Posted by nay-seven — 15 May 2011, 17:24


]]>
2011-05-15T16:46:50+02:00 2011-05-15T16:46:50+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19387#p19387 <![CDATA[a request for script gurus]]>

CODE:

//////////////////////////// MX_MULTIMODES_ 23fx15/05/2K11// allow to configure cells to act as// momentary/toggle swich or group swiches/////////////////////////// parameters declarationvar Config,MXsize&#58;tparameter;var Ctype&#58;tparameter;var arrayout,MEMtypes&#58;tparameter;var IDclic&#58;tparameter;var Msdwn&#58;tparameter;var L, cty,ID&#58; integer;var msd,cfg&#58;boolean;// initialisation &#58; create parametersprocedure init;begin MXsize&#58;=createParam&#40;'Mxsize',ptdatafield&#41;;setisoutput&#40;Mxsize,false&#41;; Config&#58;=createParam&#40;'config',ptswitch&#41;;setisoutput&#40;config,false&#41;;ctype&#58;=createParam&#40;'ctype',ptListBox&#41;;SetListBoxString&#40;ctype,'button,swich,G1,G2,G3,G4,G5,G6,G7,G8'&#41;;setisoutput&#40;ctype,false&#41;;idclic&#58;=createParam&#40;'idclic',ptdatafield&#41;;setisoutput&#40;idclic,false&#41;;msdwn&#58;=createParam&#40;'msdwn',ptdatafield&#41;;setisoutput&#40;msdwn,false&#41;;arrayout&#58;=createParam&#40;'arrayout',Ptarray&#41;;setisinput&#40;Arrayout,false&#41;;MemTypes&#58;=createParam&#40;'Memtypes',Ptarray&#41;;setisinput&#40;Memtypes,false&#41;;setdontsave&#40;memtypes,false&#41;;id&#58;=0;msd&#58;=false;cfg&#58;=false;end;// Callback procedureProcedure Callback&#40;N&#58;integer&#41;; beginif &#40;n=mxsize&#41; then resize;if &#40;n=config&#41; then begin    cfg&#58;=getvalue&#40;config&#41;=1;    end;if &#40;n=idclic&#41; then begin   if getvalue&#40;idclic&#41;>-1 then begin      ID&#58;= trunc&#40;getvalue&#40;idclic&#41;&#41;;   end;  end;if &#40;n=msdwn&#41; then begin   MSD&#58;=getvalue&#40;msdwn&#41;=1;        if MSD then begin        //resize;           if CFG then begin              setdataarrayvalue&#40;memtypes,ID,getvalue&#40;ctype&#41;&#41;;           end;         cty&#58;= trunc&#40;getdataarrayvalue&#40;memtypes,ID&#41;&#41;;        itrace&#40;cty&#41;;       end;//msd        U_CELLS&#40;cty&#41;;    end;//msdwn    end;////////////////////////////Procedure U_CELLS&#40;mode &#58; integer&#41;;var i&#58;integer;beginif mode=0 then begin  //button,mmt mode   setdataarrayvalue&#40;arrayout,ID,getvalue&#40;msdwn&#41;&#41;;   end; if &#40;mode=1&#41; and &#40;MSD&#41; then begin    setdataarrayvalue&#40;arrayout,ID,1-getdataarrayvalue&#40;arrayout,ID&#41;&#41;;   end;if mode>=2 then begin   for i&#58;=0 to L-1 do begin   if getdataarrayvalue&#40;memtypes,i&#41;=mode then begin      setdataarrayvalue&#40;arrayout,i,0&#41;;    end;    end;   setdataarrayvalue&#40;arrayout,id,1&#41;;   end;end;/////////////////////////Procedure RESIZE;beginL&#58;=trunc&#40;getvalue&#40;Mxsize&#41;&#41;;setlength&#40;arrayout,L&#41;;setlength&#40;memtypes,L&#41;;end;//////////////////////////
or an already wired patch here:
MultiModes_MX

when you enable configure, you can choose a type in combobox (button,switch, or one of 8 group)
then clic the cells you want to behave like this. once done swich of configure.

edit: i forgot, you can delet the line itrace(cty); and make reload script.
the cells type should normally be memorized and you can use preset manager to recall to different layouts.

Statistics: Posted by 23fx23 — 15 May 2011, 16:46


]]>
2011-05-15T16:23:05+02:00 2011-05-15T16:23:05+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19386#p19386 <![CDATA[a request for script gurus]]> Statistics: Posted by nay-seven — 15 May 2011, 16:23


]]>
2011-05-15T15:44:06+02:00 2011-05-15T15:44:06+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19385#p19385 <![CDATA[a request for script gurus]]>
i wonder if a system to configure directly via a menu wouldn't be more easy for user.

ie we enable a 'configure' swich. then we choose button and clic all the cells that must be a button, then leave configure.
then do same for swiches and group swich. i just wonder how to deal multiples group. but i will try with only one group first..

Statistics: Posted by 23fx23 — 15 May 2011, 15:44


]]>
2011-05-15T15:33:25+02:00 2011-05-15T15:33:25+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19384#p19384 <![CDATA[a request for script gurus]]> here a matrix recorder where the last row have different functions
some like rec, over,pause must be switches , clear have to be a button, and last 1,2,3,,4..are different pattern so must be a group of switches..
Image

Statistics: Posted by nay-seven — 15 May 2011, 15:33


]]>
2011-05-15T15:28:46+02:00 2011-05-15T15:28:46+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19383#p19383 <![CDATA[a request for script gurus]]> i imagine some listbox inlets for example named
switches
button
switch group 1
switch group2..
where you enter a list of number to specify the cells function
this way we can say cells 10,11,12,13,14 are a group of switches
cells 15 & 16 are buttons and so...

do you think it's possible..?

Statistics: Posted by nay-seven — 15 May 2011, 15:28


]]>
BrainModular BrainModular Users Forum 2013-03-08T12:23:43+02:00 https://brainmodular.com/forums/app.php/feed/topic/2877 2013-03-08T12:23:43+02:00 2013-03-08T12:23:43+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=25621#p25621 <![CDATA[a request for script gurus]]> I really need a slave one for my novation launchpad patch,
please, could you take a few minutes to add a "memtypes" array input?
That would be great, thanks in advance.

Edit: forget it,
was really easy and simple to patch.

Statistics: Posted by Fléau — 08 Mar 2013, 11:23


]]>
2011-05-17T10:02:46+02:00 2011-05-17T10:02:46+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19408#p19408 <![CDATA[a request for script gurus]]> works fine
thanks again

Statistics: Posted by nay-seven — 17 May 2011, 10:02


]]>
2011-05-17T09:56:12+02:00 2011-05-17T09:56:12+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19407#p19407 <![CDATA[a request for script gurus]]>

CODE:

//////////////////////////// MX_MULTIMODES_ 23fx15/05/2K11// allow to configure cells to act as// momentary/toggle swich or group swiches/////////////////////////// parameters declarationvar Config,MXsize&#58;tparameter;var Ctype&#58;tparameter;var arrayout,MEMtypes&#58;tparameter;var IDclic&#58;tparameter;var Msdwn&#58;tparameter;var L, cty,ID&#58; integer;var msd,cfg&#58;boolean;// initialisation &#58; create parametersprocedure init;begin MXsize&#58;=createParam&#40;'Mxsize',ptdatafield&#41;;setisoutput&#40;Mxsize,false&#41;; Config&#58;=createParam&#40;'config',ptswitch&#41;;setisoutput&#40;config,false&#41;;ctype&#58;=createParam&#40;'ctype',ptListBox&#41;;SetListBoxString&#40;ctype,'button,swich,G1,G2,G3,G4,G5,G6,G7,G8'&#41;;setisoutput&#40;ctype,false&#41;;idclic&#58;=createParam&#40;'idclic',ptdatafield&#41;;setisoutput&#40;idclic,false&#41;;msdwn&#58;=createParam&#40;'msdwn',ptdatafield&#41;;setisoutput&#40;msdwn,false&#41;;arrayout&#58;=createParam&#40;'arrayout',Ptarray&#41;;setisinput&#40;Arrayout,false&#41;;setdontsave&#40;arrayout,false&#41;;MemTypes&#58;=createParam&#40;'Memtypes',Ptarray&#41;;setisinput&#40;Memtypes,false&#41;;setdontsave&#40;memtypes,false&#41;;id&#58;=0;msd&#58;=false;cfg&#58;=false;end;// Callback procedureProcedure Callback&#40;N&#58;integer&#41;; beginif &#40;n=mxsize&#41; then resize;if &#40;n=config&#41; then begin    cfg&#58;=getvalue&#40;config&#41;=1;    end;if &#40;n=idclic&#41; then begin   if getvalue&#40;idclic&#41;>-1 then begin      ID&#58;= trunc&#40;getvalue&#40;idclic&#41;&#41;;   end;  end;if &#40;n=msdwn&#41; then begin   MSD&#58;=getvalue&#40;msdwn&#41;=1;        if MSD then begin        //resize;           if CFG then begin              setdataarrayvalue&#40;memtypes,ID,getvalue&#40;ctype&#41;&#41;;           end;         cty&#58;= trunc&#40;getdataarrayvalue&#40;memtypes,ID&#41;&#41;;       end;//msd        U_CELLS&#40;cty&#41;;    end;//msdwn    end;////////////////////////////Procedure U_CELLS&#40;mode &#58; integer&#41;;var i&#58;integer;beginif mode=0 then begin  //button,mmt mode   setdataarrayvalue&#40;arrayout,ID,getvalue&#40;msdwn&#41;&#41;;   end; if &#40;mode=1&#41; and &#40;MSD&#41; then begin    setdataarrayvalue&#40;arrayout,ID,1-getdataarrayvalue&#40;arrayout,ID&#41;&#41;;   end;if mode>=2 then begin   for i&#58;=0 to L-1 do begin   if getdataarrayvalue&#40;memtypes,i&#41;=mode then begin      setdataarrayvalue&#40;arrayout,i,0&#41;;    end;    end;   setdataarrayvalue&#40;arrayout,id,1&#41;;   end;end;/////////////////////////Procedure RESIZE;beginL&#58;=trunc&#40;getvalue&#40;Mxsize&#41;&#41;;setlength&#40;arrayout,L&#41;;setlength&#40;memtypes,L&#41;;end;//////////////////////////
or if you already made assign and don't wanna loose them, add the line in init after arrayout creation:
setdontsave(arrayout,false); then make 'reload script'

Statistics: Posted by 23fx23 — 17 May 2011, 09:56


]]>
2011-05-17T07:55:10+02:00 2011-05-17T07:55:10+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19406#p19406 <![CDATA[a request for script gurus]]> seems that the state of the cells are not memorized by a preset manager...?

Statistics: Posted by nay-seven — 17 May 2011, 07:55


]]>
2011-05-16T14:02:23+02:00 2011-05-16T14:02:23+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19397#p19397 <![CDATA[a request for script gurus]]> Statistics: Posted by 23fx23 — 16 May 2011, 14:02


]]>
2011-05-15T21:09:35+02:00 2011-05-15T21:09:35+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19393#p19393 <![CDATA[a request for script gurus]]> Statistics: Posted by joffo78 — 15 May 2011, 21:09


]]>
2011-05-15T18:02:43+02:00 2011-05-15T18:02:43+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19389#p19389 <![CDATA[a request for script gurus]]> . btween it's not the ultimate optimized code for very big matrix, but was much easier
to code like this than tracking and incrementing size of groups, and cpu seems fairly descent like this so...ive chosen the lasy way ;)

let me know if you got pbs with your feedback mode, maybe you need some arrayin to feed the script or i don't know?
(if so you can try to deploy the script so that array out pin is visible on input, and feed your stuff maybe..

happy it's helpuf for ya nay'

Statistics: Posted by 23fx23 — 15 May 2011, 18:02


]]>
2011-05-15T17:24:08+02:00 2011-05-15T17:24:08+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19388#p19388 <![CDATA[a request for script gurus]]> works perfectly , now i've some incompatibility with my visual feedback mode but maybe there's some workaround
will let you know
And i thinks this could be a cool script for many uses and to quickly build patches

Many Thanks !!!

Statistics: Posted by nay-seven — 15 May 2011, 17:24


]]>
2011-05-15T16:46:50+02:00 2011-05-15T16:46:50+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19387#p19387 <![CDATA[a request for script gurus]]>

CODE:

//////////////////////////// MX_MULTIMODES_ 23fx15/05/2K11// allow to configure cells to act as// momentary/toggle swich or group swiches/////////////////////////// parameters declarationvar Config,MXsize&#58;tparameter;var Ctype&#58;tparameter;var arrayout,MEMtypes&#58;tparameter;var IDclic&#58;tparameter;var Msdwn&#58;tparameter;var L, cty,ID&#58; integer;var msd,cfg&#58;boolean;// initialisation &#58; create parametersprocedure init;begin MXsize&#58;=createParam&#40;'Mxsize',ptdatafield&#41;;setisoutput&#40;Mxsize,false&#41;; Config&#58;=createParam&#40;'config',ptswitch&#41;;setisoutput&#40;config,false&#41;;ctype&#58;=createParam&#40;'ctype',ptListBox&#41;;SetListBoxString&#40;ctype,'button,swich,G1,G2,G3,G4,G5,G6,G7,G8'&#41;;setisoutput&#40;ctype,false&#41;;idclic&#58;=createParam&#40;'idclic',ptdatafield&#41;;setisoutput&#40;idclic,false&#41;;msdwn&#58;=createParam&#40;'msdwn',ptdatafield&#41;;setisoutput&#40;msdwn,false&#41;;arrayout&#58;=createParam&#40;'arrayout',Ptarray&#41;;setisinput&#40;Arrayout,false&#41;;MemTypes&#58;=createParam&#40;'Memtypes',Ptarray&#41;;setisinput&#40;Memtypes,false&#41;;setdontsave&#40;memtypes,false&#41;;id&#58;=0;msd&#58;=false;cfg&#58;=false;end;// Callback procedureProcedure Callback&#40;N&#58;integer&#41;; beginif &#40;n=mxsize&#41; then resize;if &#40;n=config&#41; then begin    cfg&#58;=getvalue&#40;config&#41;=1;    end;if &#40;n=idclic&#41; then begin   if getvalue&#40;idclic&#41;>-1 then begin      ID&#58;= trunc&#40;getvalue&#40;idclic&#41;&#41;;   end;  end;if &#40;n=msdwn&#41; then begin   MSD&#58;=getvalue&#40;msdwn&#41;=1;        if MSD then begin        //resize;           if CFG then begin              setdataarrayvalue&#40;memtypes,ID,getvalue&#40;ctype&#41;&#41;;           end;         cty&#58;= trunc&#40;getdataarrayvalue&#40;memtypes,ID&#41;&#41;;        itrace&#40;cty&#41;;       end;//msd        U_CELLS&#40;cty&#41;;    end;//msdwn    end;////////////////////////////Procedure U_CELLS&#40;mode &#58; integer&#41;;var i&#58;integer;beginif mode=0 then begin  //button,mmt mode   setdataarrayvalue&#40;arrayout,ID,getvalue&#40;msdwn&#41;&#41;;   end; if &#40;mode=1&#41; and &#40;MSD&#41; then begin    setdataarrayvalue&#40;arrayout,ID,1-getdataarrayvalue&#40;arrayout,ID&#41;&#41;;   end;if mode>=2 then begin   for i&#58;=0 to L-1 do begin   if getdataarrayvalue&#40;memtypes,i&#41;=mode then begin      setdataarrayvalue&#40;arrayout,i,0&#41;;    end;    end;   setdataarrayvalue&#40;arrayout,id,1&#41;;   end;end;/////////////////////////Procedure RESIZE;beginL&#58;=trunc&#40;getvalue&#40;Mxsize&#41;&#41;;setlength&#40;arrayout,L&#41;;setlength&#40;memtypes,L&#41;;end;//////////////////////////
or an already wired patch here:
MultiModes_MX

when you enable configure, you can choose a type in combobox (button,switch, or one of 8 group)
then clic the cells you want to behave like this. once done swich of configure.

edit: i forgot, you can delet the line itrace(cty); and make reload script.
the cells type should normally be memorized and you can use preset manager to recall to different layouts.

Statistics: Posted by 23fx23 — 15 May 2011, 16:46


]]>
2011-05-15T16:23:05+02:00 2011-05-15T16:23:05+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19386#p19386 <![CDATA[a request for script gurus]]> Statistics: Posted by nay-seven — 15 May 2011, 16:23


]]>
2011-05-15T15:44:06+02:00 2011-05-15T15:44:06+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19385#p19385 <![CDATA[a request for script gurus]]>
i wonder if a system to configure directly via a menu wouldn't be more easy for user.

ie we enable a 'configure' swich. then we choose button and clic all the cells that must be a button, then leave configure.
then do same for swiches and group swich. i just wonder how to deal multiples group. but i will try with only one group first..

Statistics: Posted by 23fx23 — 15 May 2011, 15:44


]]>
2011-05-15T15:33:25+02:00 2011-05-15T15:33:25+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19384#p19384 <![CDATA[a request for script gurus]]> here a matrix recorder where the last row have different functions
some like rec, over,pause must be switches , clear have to be a button, and last 1,2,3,,4..are different pattern so must be a group of switches..
Image

Statistics: Posted by nay-seven — 15 May 2011, 15:33


]]>
2011-05-15T15:28:46+02:00 2011-05-15T15:28:46+02:00 https://brainmodular.com/forums/viewtopic.php?t=2877&p=19383#p19383 <![CDATA[a request for script gurus]]> i imagine some listbox inlets for example named
switches
button
switch group 1
switch group2..
where you enter a list of number to specify the cells function
this way we can say cells 10,11,12,13,14 are a group of switches
cells 15 & 16 are buttons and so...

do you think it's possible..?

Statistics: Posted by nay-seven — 15 May 2011, 15:28


]]>