Smooth Op

Smooth

Smooths out jumps in values (AverageInterpolation)


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.Smooth
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

Example Patch AverageInterpolation

Open In Editor

Youtube Video Tutorial

INPUT PORTS


Update (Trigger)

Trigger the op

Value (Number)

The value to smooth

Inc 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 (Number)

The smoothed result


Patches using Smooth

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarcables - 2019-07-18 13:28
fix bugs with NaN valuesuser avatarpandur - 2022-01-31 09:15