WeaveArrays Op

WeaveArrays

Weaves two arrays together (combine, join, merge)



Edit Documentation

Full Name
  • Ops.Array.WeaveArrays
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


Array 1 (Array)

The first array

Array 2 (Array)

The second array

Chunk Size (Number)

How many elements will be used from each array in a chunk, e.g. when set to 1 the resulting array will contain one element from Array 1, one from Array 2, then one from Array 1 again and so on

OUTPUT PORTS


Combined Array (Array)

The combined (weaved) array


Patches using WeaveArrays

  • Examples
  • Public
  • My Patches