beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

InterpolateArrays Op

Ops.Array.InterpolateArrays


InterpolateArrays
Collections:interpolate  
Namespace: Ops.Array

Op author: pandur

interpolate between two arrays (lerp) - linear interpolation


interpolates between every number in the array.

for example:

[0,0,0,0] and [1,1,1,1] with a perc of 0.5 results in [0.5,0.5,0.5,0.5]



Inputs

Exe (Trigger)

Trigger the op

Array 1 (Array)

Array 1 in

Array 2 (Array)

array 2 in

perc (Number)

Interpolation value between both arrays. Range 0-1

Outputs

Next (Trigger)

Trigger out

Result (Array)

The interpolated array out

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Interpolate Arrays example

morph between a random array and an array with coordinates of a circle

Open Example In Editor

Patches using InterpolateArrays

Changelog


Ops.Array.ArrayInterpolate renamed to Ops.Array.InterpolateArrays
2019-06-13 - pandur