catarray
Concatenate multiple arrays
Syntax
Usage
catarray appends 1-d arrays, to return a single array composed of all the elements from the input arrays.
The limit of how many arrays can be appended is determined by a call to the cslc private UDO: _cslc_catarrayoload_i/k.
The default in cslc is 12 arrays (_cslc_catarrayoload_i 12).
Performance
catarray is a series of overloaded UDO's generated after the initial performance pass by Csound.
This means catarray must be used after cslc and any other initial orchestra code has loaded.
Outputs and arguments
i/kresult[] -- the output array
i/karr1[], i/karr2[]... etc -- input arrays.