SmoothArray Op

SmoothArray

Smooths out changes in values of an array


Use this op to smoothly interpolate between differences in the values of an array.
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.Array.SmoothArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

INPUT PORTS


Execute (Trigger)
Array In (Array)

The array to interpolate

Separate inc/dec (Number:boolean )
Inc factor (Number)
Dec factor (Number)

OUTPUT PORTS


Next (Trigger)

Trigger out

Array Out (Array)

Interpolated array


Patches using SmoothArray

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarandro - 2019-06-25 09:51
Ops.Array.AverageInterpolationArray renamed to Ops.Array.SmoothArrayuser avatarpandur - 2019-07-08 12:04
Now updates parameter names depending on selected modeuser avatarandro - 2019-08-05 16:19