Array_v3 Op

Array

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


<p>This op has three modes <code>Number</code> - This fills the whole array with one number <code>1,2,3,4</code> - Fills array with incrementing numbers up to array length <code>normalize</code> fills an array with values going from <code>0.0</code> to <code>1.0</code>, <code>1.0</code> not included. &#39;normalize reverse&#39; fills an array with values going from <code>1.0</code> to <code>0.0</code>, <code>0.0</code> not included.</p> <p>This op has replaced the old Array and ContinuousNumberArray ops</p>


Full Name
  • Ops.Array.Array_v3
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


INPUT PORTS


Array length (Number:

<i>integer</i>

)

<p>The length of the array</p>

Mode select index (Number:

<i>integer</i>

)

Default Value (Number)

<p>Varies depending on selected mode - see docs for more details</p>

Reverse (Number:

<i>boolean</i>

)

OUTPUT PORTS


Array (Array)

<p>Array out</p>

Array length out (Number)

Patches using Array_v3

  • Examples
  • Public
  • My Patches

Changelog


changed dropdown to switchuser avatarandro - 2019-06-21 11:15
Now has array length output portuser avatarandro - 2019-08-05 16:21
cloned op from Ops.Array.Array_v2user avatarpandur - 2022-06-14 09:30
Ops.User.pandur.Array3 renamed to Ops.Array.Array_v3user avatarpandur - 2022-06-14 09:45