ArrayArrayArray BrainModular BrainModular Users Forum 2022-11-16T22:51:41+02:00 https://brainmodular.com/forums/app.php/feed/topic/7066 2022-11-16T22:51:41+02:00 2022-11-16T22:51:41+02:00 https://brainmodular.com/forums/viewtopic.php?t=7066&p=44471#p44471 <![CDATA[Re: the spreadsheet paradigm]]> I like that !
Is it already implemented in global arrays in HH5 ?

I did some digging : global arrays could do the trick : one global array per column
Exept that the files will be very tricky to edit

I just have to make a special module for sorting the columns all at once.

first I have another job to finish ;-)

Many Thanx

Statistics: Posted by oli_lab — 16 Nov 2022, 21:51


]]>
2022-11-16T10:58:25+02:00 2022-11-16T10:58:25+02:00 https://brainmodular.com/forums/viewtopic.php?t=7066&p=44469#p44469 <![CDATA[Re: the spreadsheet paradigm]]>
2 outs for line 0 and 1 (title, and type) and you could have 2 inputs to be able to retrieve any element of the CSV:

line and column
and one output to get the result.

(23 ; 12) sends the element line 23, column 12
(4 ; -1) sends the line 4 as a commatext
(-1 ; 5) sends the column 5 as a commatext
(2,3,4,5 ; -1) sends the lines 2,3,4,5 as a commatext
(-1,-1) sends all the CSV values as commatext

Statistics: Posted by senso — 16 Nov 2022, 09:58


]]>
2022-11-15T22:25:17+02:00 2022-11-15T22:25:17+02:00 https://brainmodular.com/forums/viewtopic.php?t=7066&p=44468#p44468 <![CDATA[the spreadsheet paradigm]]> I'm planning a series of modules to be able to write/read/append and sort out cvs files.
The planned use will be to select samples from a vast bank of wavefiles from various quantified critrerias.
The question is what format should have the output of the file :
a single commatext out with all the data + a nb of columns output ?
as many outputs as the nb of columns ?

the first line of the cvs will tell the format of each column (s,f,i) and be output as a commatext + input
the second line of the cvs will be the label of each column and be output as a commatext + input

also, some columns will be text (typically filenames) and other float or int
with only one commatext output, a conversion will be necessary from string to int or string to float ?
or I could have a commatext output + an array output for floats and int ?

thanx for advice

Olivar

Statistics: Posted by oli_lab — 15 Nov 2022, 21:25


]]>
BrainModular BrainModular Users Forum 2022-11-16T22:51:41+02:00 https://brainmodular.com/forums/app.php/feed/topic/7066 2022-11-16T22:51:41+02:00 2022-11-16T22:51:41+02:00 https://brainmodular.com/forums/viewtopic.php?t=7066&p=44471#p44471 <![CDATA[Re: the spreadsheet paradigm]]> I like that !
Is it already implemented in global arrays in HH5 ?

I did some digging : global arrays could do the trick : one global array per column
Exept that the files will be very tricky to edit

I just have to make a special module for sorting the columns all at once.

first I have another job to finish ;-)

Many Thanx

Statistics: Posted by oli_lab — 16 Nov 2022, 21:51


]]>
2022-11-16T10:58:25+02:00 2022-11-16T10:58:25+02:00 https://brainmodular.com/forums/viewtopic.php?t=7066&p=44469#p44469 <![CDATA[Re: the spreadsheet paradigm]]>
2 outs for line 0 and 1 (title, and type) and you could have 2 inputs to be able to retrieve any element of the CSV:

line and column
and one output to get the result.

(23 ; 12) sends the element line 23, column 12
(4 ; -1) sends the line 4 as a commatext
(-1 ; 5) sends the column 5 as a commatext
(2,3,4,5 ; -1) sends the lines 2,3,4,5 as a commatext
(-1,-1) sends all the CSV values as commatext

Statistics: Posted by senso — 16 Nov 2022, 09:58


]]>
2022-11-15T22:25:17+02:00 2022-11-15T22:25:17+02:00 https://brainmodular.com/forums/viewtopic.php?t=7066&p=44468#p44468 <![CDATA[the spreadsheet paradigm]]> I'm planning a series of modules to be able to write/read/append and sort out cvs files.
The planned use will be to select samples from a vast bank of wavefiles from various quantified critrerias.
The question is what format should have the output of the file :
a single commatext out with all the data + a nb of columns output ?
as many outputs as the nb of columns ?

the first line of the cvs will tell the format of each column (s,f,i) and be output as a commatext + input
the second line of the cvs will be the label of each column and be output as a commatext + input

also, some columns will be text (typically filenames) and other float or int
with only one commatext output, a conversion will be necessary from string to int or string to float ?
or I could have a commatext output + an array output for floats and int ?

thanx for advice

Olivar

Statistics: Posted by oli_lab — 15 Nov 2022, 21:25


]]>