登录:     


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
 

发表时间 Wed 05 Jun 24 @ 9:59 pm
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'
 

thanks again loco...works like a charm...this should be added to the scripts page if not there already