InterpolateArrays Op
interpolate between two arrays (lerp) - linear interpolation
Summary (oneliner)
<p>interpolates between every number in the array.</p> <p>for example:</p> <p>[0,0,0,0] and [1,1,1,1] with a <code>perc</code> of 0.5 results in [0.5,0.5,0.5,0.5]</p>
- Ops.Array.InterpolateArrays
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Interpolate Arrays example
morph between a random array and an array with coordinates of a circle
INPUT PORTS
<p>Trigger the op</p>
<p>Array 1 in</p>
<p>array 2 in</p>
<p>Interpolation value between both arrays. Range <code>0-1</code></p>
OUTPUT PORTS
<p>Trigger out</p>
<p>The interpolated array out</p>