Hello,
i want to scale a stream of incoming values from a specific boundary range to another range.
So the numbers that arrive are from 0 to 1, i want to specifie a boundary from 0.2 to 0.7 and obtain values from 0 to 1 again.
It seems to me, that the object "scale" would be perfect, but it seem to work only with a gemlist.
Is there a better object for this?
Best, c
-
Scale a stream of numbers
-
Hi,
I hope I understood correctly what you're trying to do. I don't think you need an external.
On the left, a simple solution, specific to the values you need here. On the right, a more general solution.
If you're new to PD, I advise you not to use externals for things like this. Doing such things by yourself will improve your patching skills.Lucien
-
Thanks a lot!