Category: 🧠 Logic
![]()
Scales values from one range to another.
For example can be used to scale slider 0-1 range to 1-1000 range.
Input range min (stream input): Input range lower value.
Input range max (stream input): Input range upper value.
Output range min (stream input): Output range lower value.
Output range max (stream input): Output range upper value.
Output: Result of the mapped value.
Input: Value to map.