Array3Iterator Op

Array3Iterator

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



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


Example Patch Array Iterator - Byte size

Open In Editor

Youtube Video Tutorial

INPUT PORTS


Execute (Trigger)

Starts the iteration

Array (Array)

The array to iterate over

Step (Number)

If bigger then 1, values will be skipped, e.g. when Step is 2 every other triplet will be skipped

OUTPUT PORTS


Trigger (Trigger)

Triggers for every iteration step (triplet in the array)

Index (Number)

The index of the triplet

Value 1 (Number)

First value of the current triplet (e.g. x)

Value 2 (Number)

Second value of the current triplet (e.g. y)

Value 3 (Number)

Third value of the current triplet (e.g. z)


Patches using Array3Iterator

  • Examples
  • Public
  • My Patches

Changelog


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