Sign In:     


Forum: VirtualDJ Technical Support

Topic: How can I enable quantize_all when Virtual DJ starts
I'm using the default performance skin and trying to enable quantize_all on both decks when Virtual DJ first starts so I don't have to manually enable it every time.

I researched this and presume the correct way to do this is adding an oninit to the skin? I thought the following would work but found quantize is still off:
<oninit action="deck left quantize_all & deck right quantize_all"/>

I've tested this script attached to a button and it work fine but I don't have any experience with oninit so might be doing something wrong.
 

Posted Wed 03 May 23 @ 2:36 pm
You need to put your script to the ONINIT key of the Keyboard not the skin.
VDJ Settings ->MAPPING tab, select the keyboard device from the top-left and look for the ONINIT key at the left-side Keys list
and better use the action.. deck all quantize_all on