ArraySmooth Op

ArraySmooth

Smooths out jumps in values in an array


Use this op to smoothly interpolate between differences in values.
It has two modes which can be selected with the separate inc/dec option.

One mode applies the same smooth factor to values which increase or decrease.
The other mode allows separate control over the smooth factor for increasing or decreasing values.


Edit Documentation

Full Name
  • Ops.Anim.ArraySmooth
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


Update (Trigger)

Trigger the op

Array (Array)
Inc/Dec factor (Number)

Amount of smoothing applied to values that increase from the previous number

Dec factor (Number)

Amount of smoothing applied to values that decrease from the previous number

OUTPUT PORTS


Next (Trigger)

Trigger out

Result (Array)

The smoothed result


Patches using ArraySmooth

  • Examples
  • Public
  • My Patches

Changelog


newop createduser avatarpandur - 2024-02-29 11:00