ArrayPack Op

ArrayPack

Packs multiple arrays into a new array


<p>This is slower than ArrayPack2,ArrayPack3,ArrayPack4</p> <p>You should only use this if it&#39;s not executed for animations (e.g. for loading data once)</p> <p>Example:</p> <p>Array 0 is <code>[0,0,0,0,0]</code> Array 1 is <code>[1,1,1,1,1]</code></p> <p>resulting Array will be: Array 1 is <code>[0,1,0,1,0,1,0,1,0,1]</code></p>


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


INPUT PORTS


Array 0 (Array)
Array 1 (Array)
Array 2 (Array)
Array 3 (Array)
Array 4 (Array)
Array 5 (Array)
Array 6 (Array)
Array 7 (Array)

OUTPUT PORTS


Result (Array)

Patches using ArrayPack

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-10-14 19:39