interpolate between all values of an array
Summary (oneliner)
Can be used to create controllable animation sequences.
Use the index position to interpolate between values in an array.
An array with the values
10.0 , 0.0 , 20.0 , 5.0
index 0.25 returns
7.5
index 3 returns
5.0
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Index Position (Number)
Index position of array - integers return a non interpolated number
Array (Array)
Array in
Outputs
result (Number)
Number out
Patches using InterpolateNumbersArray
Changelog
created op 2019-07-10 - andro |