Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: SCRIPT HELP PLEASE

This topic is old and might contain outdated or incorrect information.

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.
 

Posted 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
 

Posted Sat 24 Apr 21 @ 9:31 am


(Old topics and forums are automatically closed)