playMaker

Author Topic: How do I sync a float "range" to another float "range"?[SOLVED]  (Read 895 times)

wetcircuit

  • Full Member
  • ***
  • Posts: 158
    • wetcircuit.com
How do I sync a float "range" to another float "range"?[SOLVED]
« on: September 15, 2019, 09:42:43 AM »
I have a float variable that ranges from 8 - 15.
I need to keep another variable synced to it, with the range of 2.15 - 3.75.
The interpolation is linear.

Does this function have a name? How can I do this with Playmaker?
« Last Edit: October 17, 2019, 05:43:51 AM by jeanfabre »

wetcircuit

  • Full Member
  • ***
  • Posts: 158
    • wetcircuit.com
Re: How do I sync a float "range" to another float "range"?
« Reply #1 on: September 15, 2019, 10:19:07 AM »
found "Remap Float" on the ecosystem.
Seems to be the function I want.