I’m looking to recreate the Protools volume fader behaviour in my plugin faders.
The Protools fader is a logarithmically mapped fader, whereas the Juce slider is linearly mapped. Is there a (quick and easy) way to get a logarithmic mapping for the Juce slider? I already looked into changing the skew factor but this won’t work since it kills the resolution on one end of the slider and it isn’t coupled to the host automation.
I guess i’m not the first one trying to make such a slider so if anyone can point me the right direction that would be great.
Btw, i’m not talking just about a dB conversion. E.g. The slider needs to go from -144 to +12dB and the 0dB point needs to be at 0.75. A simple dB conversion of the slider values would put the 0dB point at 0.25, which is not what i’m looking for.
Thx