Accesso rapido:  

Forum: VirtualDJ Technical Support

Topic: SCRIPT HELP PLEASE

Questo argomento è obsoleto e potrebbe contenere informazioni obsolete o errate.

Hi I have VDJ 2021, ( Hercules inpulse 500) and simply want to change the hotcue pad 1 ( right hand deck) to Start Automix and make it green.....And then Hotcue button 5 ( underneath) to Stop Automix, and make it red.

What is the script please.

Thank you.
 

Inviato Sat 24 Apr 21 @ 9:08 am
NicotuxHome userMember since 2014
modify controller something like this:
PAD_HOTCUE_1 automix on
PAD_HOTCUE_5 automix off
LED_PAD_HOTCUE_1 automix ? color green : off
LED_PAD_HOTCUE_1 automix ? off : color red

one pad only can toggle automix both on and off and take color
PAD_HOTCUE_1 automix
LED_PAD_HOTCUE_1 automix ? color green : color red
 

Inviato Sat 24 Apr 21 @ 9:31 am


(Vecchi argomenti e forum sono automaticamente chiusi)