genarray_i

genarray_i — Generate a vector with an arithmetic sequence.

Description

Generate a vector (one-dimensional k-rate) with an arithmetic sequence at initialisation time.

Syntax

karray genarray_i istart, iens[, inc]

Initialization

istart -- value to place in first element.

iend -- last value to place in array.

inc -- amount to add to previous value (default 1).

Examples

Here is an example of the genarray_i opcode. It uses the file genarray_i.csd.

Example 866. Example of the genarray_i opcode.

See the sections Real-time Audio and Command Line Flags for more information on using command line flags.

<xi:include></xi:include>


See Also

Vectorial opcodes

Credits

Author: John ffitch
Codemist Ltd
2013

New in version 6.00