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
@aeva both mix and this unmix function are special cases of remap with either the output or input range as the unit range. (I don’t know if generality is actually helpful to you though, just thinking about it.) unmix doesn’t sound bad…
@aeva I think remap is good for the midi case you mention though since it lets you use more natural values