Array3Iterator Op

Array3Iterator

Iterates over an array in steps of three and outputs three values



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


Example Patch Array Iterator - Byte size

Open In Editor

Youtube Video Tutorial

INPUT PORTS


Execute (Trigger)

<p>Starts the iteration</p>

Array (Array)

<p>The array to iterate over</p>

Step (Number)

<p>If bigger then <code>1</code>, values will be skipped, e.g. when <code>Step</code> is <code>2</code> every other triplet will be skipped</p>

OUTPUT PORTS


Trigger (Trigger)

<p>Triggers for every iteration step (triplet in the array)</p>

Index (Number)

<p>The index of the triplet</p>

Value 1 (Number)

<p>First value of the current triplet (e.g. x)</p>

Value 2 (Number)

<p>Second value of the current triplet (e.g. y)</p>

Value 3 (Number)

<p>Third value of the current triplet (e.g. z)</p>


Patches using Array3Iterator

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.ArrayIterator3x renamed to Ops.Array.IteratorArray3user avatarpandur - 2019-06-13 09:50