...that deal with pure data
You are not logged in.
Just wondering if anyone knows what the object is to scale a range of numbers into another range of numbers. I want to a range of numbers from 1 - 128 to be scaled to another range of numbers from 1 - 500.
cheers
Offline
never mind found it here
http://puredata.hurleur.com/sujet-2039-remap-range
Offline
Not this topic any more but how do you use the [range] object? There is no documentation as to what data is expected at the 6 inlets and what is coming out.
Offline
it seems, that the first inlet is the input for the numbers to convert. the 2-5 inlet seem to have the following functions: input lower limit, input upper limit, output lower limit, output upper limit.
e.g. [range 0 5 10 100] will convert a number range between 0 and 5 to a number range between 10 and 100. don't know, what the last inlet is for....
Offline