Ok , but let's say I want to send data start from step 0 and insert values 50,60,70,80colin@loomer wrote: Mon Jan 14, 2019 1:08 pmBy design. It's (sometimes) a standard in modern languages as it means you can create strings with one type of quote in by surrounding them with the other.gentleclockdivider wrote: Mon Jan 14, 2019 12:56 pm The data module doesn't care if a text is written between "these" or 'these' kind of brackets .
(Copied from a few pages back.) Writing to a row can be done in any of the following formats:Also , could you provide any info which kind of types/arguments/texts, the sequencer inputs accepts ( mod rows )
Maybe a list of commands etc
* A single value, which will be written to the first step
* An array of values, which will be written to consecutive steps
* A tuple of (step, value)
* An array of such tuples, eg, [(1, 64), (2, 32)]
* A tuple of start position and array, eg (7, [32, 33, 36, 78]), which will write the array values starting at step 7
The values themselves are numeric in the majority of cases, but can also be boolean for trigger-type rows, and strings for arpeggiator source note rows
Like you said that would be a tuple and array (0,[50,60,70,80])
But what to if I want , start from zero with values 50,60,70,80 and then from step 10 with values 80,80,80,80, all from within one message
I would assume this would do it (0,[50,60,70,80]),(10,[80,80,80,80])
but no luck , maybe it is better to make 2 separate messages
(0,[50,60,70,80])
(10,[80,80,80,80])
