Array_v3 Op

Array

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


Full Name
  • Ops.Array.Array_v3
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Array length (Number: integer)

The length of the array

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

Varies depending on selected mode - see docs for more details

Reverse (Number: boolean)

OUTPUT PORTS


Array (Array)

Array out

Array length out (Number)

Changelog

Patches using Array_v3

  • Examples
  • Public
  • My Patches