Ingresar:     


Forum: VirtualDJ Technical Support

Tópico: Custom Button
Hi, Is there a way to have different action on Custom buttons on left and right side?
Thank you, Tomas.
 

Mensajes Tue 13 Dec 22 @ 11:13 am
action_deck 1 ? ... : ...
 

Thanks, tried Deckleft but not worked
 

But same thing appears on both sides. What I want to do is to have different actions on both sides for custom button 1,2,3,4 using default skin, probably skin limitation
 

Locodog gave you the answer, did you try that?
 

Yes but I see same thing on left and right side

 

Trying to have this on left
action_deck 1 ? clone_deck 3 & deck 1 stem_pad 'acapella' & deck 3 stem_pad 'instrumental'
and this on right side
action_deck 2 ? clone_deck 4 & deck 2 stem_pad 'acapella' & deck 4 stem_pad 'instrumental'
 

 

 

IIDEEJAYII thanks that wil be it
 

name
`action_deck 1 ? get_text "left" : get_text "right"`

script
action_deck 1 ? clone_deck 3 & deck 1 stem_pad 'acapella' & deck 3 stem_pad 'instrumental' : action_deck 2 ? clone_deck 4 & deck 2 stem_pad 'acapella' & deck 4 stem_pad 'instrumental' :

 

@LOCODOG

Thank you. Works great. Is there a way to have buttons lit deckcolor.
Regards Tomas