Here's a quick exchange from the forums at JazzMutant. I'm trying to get a Lemur to display the exact dB setting on an Ableton track. Seems it's not trivial. Hence:
Allison Redhead wrote:Hello!
After some downtime with a "Haunted Lemur" I'm back!
I'm still trying to get a setup that will show the correct dB figure for a fader in Ableton and put it into a text (monitor) element.
Anyone?
-Ali
Help!axel wrote:good to see you back
It turns out to be a bit hard to reverse engineer the logarithmic scale Ableton uses to convert 7bit MIDI range to [-inf, +6dB]
This approximation doesn't suck too badly above 0dB, but goes way off when reaching low values :
20*log(x*127/108)*6/3.241
Maybe I'm missing something obvious here. An interesting thing to do would be to control two faders of two hosts from midi, and see if they appear to have the exact same scale.