MapRangeArray Op

MapRangeArray

Maps values in an Array from one range into another.



Edit Documentation

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


 

Example Patch MapRangeArray example

Open In Editor

Youtube Video Tutorial

INPUT PORTS


array (Array)

the array of values you want to map

Input Range

old min (Number)

The minimum of the old range

old max (Number)

The maximum of the old range

Output Range

new min (Number)

The minimum of the new range

new max (Number)

The maximum of the new range

Easing index (Number:integer )

OUTPUT PORTS


result (Array)

Array of newly mapped values


Patches using MapRangeArray

  • Examples
  • Public
  • My Patches