Hello,
I look for a solution to add the values of eq_hight of my 4 decks.
In my skin I put a Master equalizer. It doesn't exist in Virtual DJ, but I found a trick :
<slider pannel="AudioMixer" action="deck 1 eq_high & deck 2 eq_high & deck 3 eq_high & deck 4 eq_high" dblclick="deck 1 eq_high 50% & deck 2 eq_high 50% & deck 3 eq_high 50% & deck 4 eq_high 50%" orientation="vertical">
Of course that works only for those who use an external mixer (like me).
Now I wan't to see this slider value.
For only the deck 1 eq_hight value, I use :
<text dx="0" dy="1" font="Arial" size="11" color="#A0A0A0" format="`deck 1 eq_low & param_multiply 100 & param_cast 'integer'`"/>
(it's without the %)
And for the 4 deck value I tested this :
<text font="Tahoma" size="12" color="#A0A0A0" format="`deck 1 eq_high & param_multiply 100 & param_cast 'integer' & deck 2 eq_high & param_multiply 100 & param_cast 'integer' & deck 3 eq_high & param_multiply 100 & param_cast 'integer' & deck 4 eq_high & param_multiply 100 & param_cast 'integer'`"/>
it's work, but the value change only if I move the deck 1 hight slider.
It's possible to add the deck 1 eq_high + deck 2 eq_high + deck 3 eq_high + deck 4 eq_high ? If I can do that, I can also divide the résult by 4.
I look for a solution to add the values of eq_hight of my 4 decks.
In my skin I put a Master equalizer. It doesn't exist in Virtual DJ, but I found a trick :
<slider pannel="AudioMixer" action="deck 1 eq_high & deck 2 eq_high & deck 3 eq_high & deck 4 eq_high" dblclick="deck 1 eq_high 50% & deck 2 eq_high 50% & deck 3 eq_high 50% & deck 4 eq_high 50%" orientation="vertical">
Of course that works only for those who use an external mixer (like me).
Now I wan't to see this slider value.
For only the deck 1 eq_hight value, I use :
<text dx="0" dy="1" font="Arial" size="11" color="#A0A0A0" format="`deck 1 eq_low & param_multiply 100 & param_cast 'integer'`"/>
(it's without the %)
And for the 4 deck value I tested this :
<text font="Tahoma" size="12" color="#A0A0A0" format="`deck 1 eq_high & param_multiply 100 & param_cast 'integer' & deck 2 eq_high & param_multiply 100 & param_cast 'integer' & deck 3 eq_high & param_multiply 100 & param_cast 'integer' & deck 4 eq_high & param_multiply 100 & param_cast 'integer'`"/>
it's work, but the value change only if I move the deck 1 hight slider.
It's possible to add the deck 1 eq_high + deck 2 eq_high + deck 3 eq_high + deck 4 eq_high ? If I can do that, I can also divide the résult by 4.
Inviato Sun 16 Dec 12 @ 10:59 am
Since you move the eg_high/mid/low from all decks all together, why dont you show just the value from one deck ?
<text dx="0" dy="1" font="Arial" size="11" color="#A0A0A0" format="`deck 1 eq_high/mid/low & param_multiply 100 & param_cast 'integer'`"/>
<text dx="0" dy="1" font="Arial" size="11" color="#A0A0A0" format="`deck 1 eq_high/mid/low & param_multiply 100 & param_cast 'integer'`"/>
Inviato Mon 17 Dec 12 @ 2:09 am
nobody can help me? It's impossible to make an average of four eq_hight values ?
Inviato Tue 18 Dec 12 @ 9:24 am