beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Smooth Op



Smooth
Namespace: Ops.Anim

Op author: pandur

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.



Inputs

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

Outputs

Next (Trigger)

Trigger out

Result (Number)

The smoothed result


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

AverageInterpolation


Youtube Video Tutorial

Patches using Smooth

  • Examples
  • Public
  • My Patches

Changelog


created op
2019-07-18 - cables
fix bugs with NaN values
2022-01-31 - pandur