interpolate between two arrays (lerp) - linear interpolation
summary (oneliner)
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]
doc
issues
example patch id
youtube ids (comma seperated)
caniuse query
collections
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
Patches using InterpolateArrays
Changelog
Ops.Array.ArrayInterpolate renamed to Ops.Array.InterpolateArrays 2019-06-13 - pandur |