Array_v2 Op
There is a newer version of this op!
This version will not receive any updates. It is recommended to use a newer version.
Current version: Ops.Array.Array_v3
Can generate 3 kinds of arrays. Number - 1,2,3,4 - Normalized - (ContinuousNumberArray)
Summary (oneliner)
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
- Ops.Array.Array_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
The length of the array
Varies depending on selected mode - see docs for more details
OUTPUT PORTS
Array out