Monitor for TotalMix Level (db), need formula

Discuss problems and solutions.
Post Reply
wurlitzer
Newbie
Posts: 8
Joined: 26 Jul 2012 13:23

Monitor for TotalMix Level (db), need formula

Post 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
Phil999
Regular
Posts: 919
Joined: 11 Jan 2012 01:53

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

Post 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
Formant+Eurorack, PPG wave 2.2, Korg MS-20, etc., EWI 4000s, QuNeo, etc., Mixbus32c, u-he, MadronaLabs, Samplemodeling, NI, etc., iPad2/4/Pro
Softcore
Regular
Posts: 1613
Joined: 04 Nov 2012 08:34

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

Post 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
Post Reply