CREATE-MATRIX
[GENERIC-FUNCTION]
|

OMTristan Function Reference
|
ARGUMENTS:
| |
- repeat
|
number of repeats |
[default = 3] |
| |
- liste
|
initial list |
[default = (quote (1 2 3))] |
|
Description:
Duplicates items in a list . If repeat = 3 and liste = '( 1 2 3 ),
returns ((1 1 1) (2 2 2) (3 3 3)). Repeat can be a list of equal length than liste
|
Auto doc generation by OpenMusic 7.0 © 2022 IRCAM
|