MapRangeArray Op
Maps values in an Array from one range into another.
Summary (oneliner)
Full Name
- Ops.Array.MapRangeArray
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
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>