what would you call the inverse of lerp i.e. alpha = (n - low) / (high - low) ?
I'm leaning towards delerp, but I'm open to other ideas
oh wait shoot I went with "mix" instead of "lerp" for mollytime. derp. ok new question help me name the inverse of "mix" and no it is not xim
i envision the primary use of this function being you pass in a midi note number and the endpoints you care about and it gives you a scalar value you can bend other patch parameters with, and i haven't yet thought of any secondary uses