Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Add values

This topic is old and might contain outdated or incorrect information.

Dodge57PRO InfinityMember since 2009
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.

 

Posted Sun 16 Dec 12 @ 10:59 am
djdadPRO InfinityDevelopment ManagerMember since 2005
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'`"/>
 

Posted Mon 17 Dec 12 @ 2:09 am
Dodge57PRO InfinityMember since 2009
nobody can help me? It's impossible to make an average of four eq_hight values ​​?
 

Posted Tue 18 Dec 12 @ 9:24 am


(Old topics and forums are automatically closed)