MapRangeArray Op

MapRangeArray

Maps values in an Array from one range into another.



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


Example Patch MapRangeArray example

Open In Editor

Youtube Video Tutorial

INPUT PORTS


array (Array)

<p>the array of values you want to map</p>

Input Range

old min (Number)

<p>The minimum of the old range</p>

old max (Number)

<p>The maximum of the old range</p>

Output Range

new min (Number)

<p>The minimum of the new range</p>

new max (Number)

<p>The maximum of the new range</p>

Easing index (Number:

<i>integer</i>

)

OUTPUT PORTS


result (Array)

<p>Array of newly mapped values</p>


Patches using MapRangeArray

  • Examples
  • Public
  • My Patches