Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: skin_panel last used
i added this script to the jog to auto switch to the scratch panel

down ? skin_panel 'scratchmixer' on : skin_panel 'audiomixer' on

works well as the audiomixer is the most used...just wanted it to return to the last used panel after it auto switches..which may be not necessarily audiomixer panel
 

Posted Wed 05 Jun 24 @ 9:59 pm
locoDogPRO InfinityModeratorMember since 2013
down ? set $mixpanel `skin_panel 'audiomixer' on ? get_constant 0.0 : skin_panel 'videomixer' on ? get_constant 0.33 : skin_panel 'scratchmixer' on ? get_constant 0.66 :  skin_panel 'mastermixer' on ? get_constant 1.0` & skin_panel 'scratchmixer' on : get_var $mixpanel  & param_cast & skin_panelgroup 'mixer'
 

Posted Wed 05 Jun 24 @ 11:21 pm
thanks again loco...works like a charm...this should be added to the scripts page if not there already
 

Posted Thu 06 Jun 24 @ 1:20 am