ArrayBreakOut Op

ArrayBreakOut

This op is deprecated!

It will not receive any updates

Breaks out the values of an array (array-value converter)


In a lot of cases you need to access multiple indexes of an array side by side, so you would connect a lot of Ops.Array.ArrayGetValue ops to the array with different indexes.
ArrayBreakOut makes this a bit easier as it breaks out the first 12 values of the array.
If the input array is bigger than there are ports available the remaining values will be available in the Rest Array.


Edit Documentation

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


 

INPUT PORTS


In Array (Array)

The array you want to access

Default Value (Number)

The default value to use when there is no array connected, or when the connected value does not fill all ports of the op

OUTPUT PORTS


Value 0 (Number)

Value of array at index 0

Value 1 (Number)

Value of array at index 1

Value 2 (Number)

Value of array at index 2

Value 3 (Number)

Value of array at index 3

Value 4 (Number)

Value of array at index 4

Value 5 (Number)

Value of array at index 5

Value 6 (Number)

Value of array at index 6

Value 7 (Number)

Value of array at index 7

Value 8 (Number)

Value of array at index 8

Value 9 (Number)

Value of array at index 9

Value 10 (Number)

Value of array at index 10

Value 11 (Number)

Value of array at index 11

Rest Array (Array)

Contains the remaining values if the input array is bigger than the available output ports, makes the op chainable


Patches using ArrayBreakOut

  • Examples
  • Public
  • My Patches