Array_v3 Op
Can generate 3 kinds of arrays. Number - 1,2,3,4 - Normalized - (ContinuousNumberArray)
Summary (oneliner)
<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. 'normalize reverse' 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>
- Ops.Array.Array_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch array example
INPUT PORTS
<i>integer</i>
)<p>The length of the array</p>
<i>integer</i>
)<p>Varies depending on selected mode - see docs for more details</p>
<i>boolean</i>
)OUTPUT PORTS
<p>Array out</p>