Page 1 of 1

Monitor for TotalMix Level (db), need formula

Posted: 05 Jan 2015 13:38
by wurlitzer
Hi,
I would like to create a simple fader that control the main volume in Totalmix.
This is working over midi (i need midi not osc!)

with Fader.x*127 i get shown the midi controller values.
I see:

0 = inf
1=-63.2 dB
3=-60.9 dB
...
...
104=0 dB
...
...
116=3.1 dB
...
...
177=6 dB

I read some threads, but i did not one of them understand. :oops:
Perhaps, one of the scripting gurus can help me a little bit?

THANK you so much!

Wurlitzer

Re: Monitor for TotalMix Level (db), need formula

Posted: 05 Jan 2015 13:53
by Phil999
to display the exact value in Lemur as in the DAW/plugin is sometimes quite difficult. One solution is to leave the fader/knob as it is, and create a graphical scale in Lemur according to values from the DAW/plugin.

https://forum.liine.net/viewtopic.php?f ... 326#p18332

Re: Monitor for TotalMix Level (db), need formula

Posted: 05 Jan 2015 21:01
by Softcore
Use the "sampled" dB values to create a vector - then use vector[fader.x*amountofsamples] to display them


Example:
https://forum.liine.net/viewtopic.php?f ... =10#p10643