Page 1 of 1
Posted: 21 May 2009, 23:56
by 23fx23
would be very powerful if arrays could contain not only values but also arrays.
for example if we convert texts to arrays of different lenghs, it could be cool to manipulate the list of texts, tried to fill an array inputs with arrays and work but seems the arrays are trunced to first value. or any tip?
Posted: 22 May 2009, 11:08
by amiga909
u can do this with a script?
bsorks midi note closer uses a 2-dimensional array (which is another term for an array in an array)
dont know what u exactly mean with text manipulation?
Posted: 22 May 2009, 13:47
by 23fx23
yes I guess it's doable by script (actually im using bsorks super comma text to separate elements) wich is very powerfull,
thought I could use the script, then store values to different places in an array, then manipulate them.
text manipulation:
let's say Ive got a column of swich thatt have differents captions: kick, bass, snare, fx1 fx2, ect.
array value 1 = kick (so it's an array in an array)
array value 2 = bass ect..
this would allow easier store and recall captions, shift, roll, get value, ect.. (in my case scroll the row to display next captions)
or let' say you create several "pages" with differents names, one page stored in array 1-16, another array 17-32 ect,
let pass an array or the other would tab the pages..there must have many other applications...
another one: strore diferent sequencer swichs status to arrays and collect them in a master array of arrays..
Posted: 23 May 2009, 11:23
by senso
the matrix concept will be implemented in futures versions. But it's a long development. Be patient.
Posted: 23 May 2009, 14:22
by 23fx23
ok great!