WeaveArrays Op
Weaves two arrays together (combine, join, merge)
Summary (oneliner)
Full Name
- Ops.Array.WeaveArrays
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch weaveArrays example
INPUT PORTS
Array 1 (Array)
<p>The first array</p>
Array 2 (Array)
<p>The second array</p>
Chunk Size (Number)
<p>How many elements will be used from each array in a chunk, e.g. when set to <code>1</code> the resulting array will contain one element from <code>Array 1</code>, one from <code>Array 2</code>, then one from <code>Array 1</code> again and so on</p>
OUTPUT PORTS
Combined Array (Array)
<p>The combined (weaved) array</p>