Array2To3 Op

Array2To3

inserts zeroes every third item


[1,2,3,4] becomes [1,2,0,3,4,0]


Edit Documentation

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


 

INPUT PORTS


Array2x (Array)

OUTPUT PORTS


Array3x (Array)
Total points (Number)
Array length (Number)

Patches using Array2To3

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.Array2xTo3x renamed to Ops.Array.Array2To3user avatarpandur - 2019-06-12 11:43
Now reports an error if array length is not divisible by 2user avatarandro - 2019-08-05 16:19