WeaveArrays Op

WeaveArrays

Weaves two arrays together (combine, join, merge)



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


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>


Patches using WeaveArrays

  • Examples
  • Public
  • My Patches