Array2To3 Op
inserts zeroes every third item
Summary (oneliner)
<p><code>[1,2,3,4]</code> becomes <code>[1,2,0,3,4,0]</code></p>
Full Name
- Ops.Array.Array2To3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch TimelineValue
INPUT PORTS
Array2x (Array)
OUTPUT PORTS
Array3x (Array)
Total points (Number)
Array length (Number)