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

SmoothArray Op



SmoothArray
Namespace: Ops.Array

Op author: andro

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.



Inputs

Execute (Trigger)
Array In (Array)

The array to interpolate

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

Outputs

Next (Trigger)

Trigger out

Array Out (Array)

Interpolated array


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

SmoothArray example


Patches using SmoothArray

  • Examples (5)
  • Public
  • My Patches

Changelog


created op
2019-06-25 - andro
Ops.Array.AverageInterpolationArray renamed to Ops.Array.SmoothArray
2019-07-08 - pandur
Now updates parameter names depending on selected mode
2019-08-05 - andro