SmoothArray Op

SmoothArray

Smooths out changes in values of an array


<p>Use this op to smoothly interpolate between differences in the values of an array. It has two modes which can be selected with the <code>separate inc/dec</code> option.</p> <p>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.</p>


Full Name
  • Ops.Array.SmoothArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Execute (Trigger)
Array In (Array)

<p>The array to interpolate</p>

Separate inc/dec (Number:

<i>boolean</i>

)

Inc factor (Number)
Dec factor (Number)

OUTPUT PORTS


Next (Trigger)

<p>Trigger out</p>

Array Out (Array)

<p>Interpolated array</p>


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