InterpolateNumbersArray Op

InterpolateNumbersArray

interpolate between all values of an array


<p>Can be used to create controllable animation sequences.</p> <p>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</p>


Full Name
  • Ops.Array.InterpolateNumbersArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Index Position (Number)

<p>Index position of array - integers return a non interpolated number</p>

Array (Array)

<p>Array in</p>

OUTPUT PORTS


result (Number)

<p>Number out</p>


Patches using InterpolateNumbersArray

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarandro - 2019-07-10 14:45