Ingresar:     


Forum: VirtualDJ Technical Support

Tópico: Create a toggle button

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hello,
I want to create a button that toggles between the following values:

all decks gain "-10" and "0"

deck all set_gain -10 works fine to set the gain of all decks to -10 but i wan't that the same button can be used to go back to 0db also deck all set_gain 0

Need a little help :-)


 

Mensajes Wed 16 Feb 22 @ 1:34 pm


 

toggle '$GainReduct' & var_equal '$GainReduct' 1 ? deck all set_gain -10 : deck all set_gain +0
 

PhantomDeejay wrote :
toggle '$GainReduct' & var_equal '$GainReduct' 1 ? deck all set_gain -10 : deck all set_gain +0


Wow, many thanks for the quick reply! That is what i want and it works fine :-)

 



(Los tópicos y foros antiguos son automáticamente cerrados)