hey folks
is there any class in Juce (or STL etc) for dealing with converting a number in one range to a number in another?
For example, maybe I have an incoming MIDI value which is between 0 - 127 and I want to transpose that value into another range (say 0 - 22,000).
I knocked together a simple function that does this, but now I need something more flexible (not linear), and figured I would ask before trying to reinvent the wheel :)
nick