beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Array_v3 Op



Array
Namespace: Ops.Array

Op author: pandur

Test Patches: 3 Tests

Can generate 3 kinds of arrays. Number - 1,2,3,4 - Normalized - (ContinuousNumberArray)


This op has three modes
Number - This fills the whole array with one number
1,2,3,4 - Fills array with incrementing numbers up to array length
normalize fills an array with values going from 0.0 to 1.0, 1.0 not included.
'normalize reverse' fills an array with values going from 1.0 to 0.0, 0.0 not included.

This op has replaced the old Array and ContinuousNumberArray ops



Inputs

Array length (integer /Number)

The length of the array

Mode select index (integer /Number)
Default Value (Number)

Varies depending on selected mode - see docs for more details

Reverse (boolean /Number)

Outputs

Array (Array)

Array out

Array length out (Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using Array_v3

  • Examples (10)
  • Public
  • My Patches

Changelog


changed dropdown to switch
2019-06-21 - andro
Now has array length output port
2019-08-05 - andro
cloned op from Ops.Array.Array_v2
2022-06-14 - pandur
Ops.User.pandur.Array3 renamed to Ops.Array.Array_v3
2022-06-14 - pandur