Sign In:     


Forum: VirtualDJ Technical Support

Topic: Adjust Computerized Beat Grid DDJ1000
Can I create a custom mapping to use "shift + outer jog wheel" to adjust the Computerized Beat Grid from the DDJ1000? This shortcut is what is used in rekordbox with the DDJ1000. Any help would be greatly received. Thanks
 

Posted 2 days ago @ 3:00 am
the script generally is adjust_cbg , me not owning a ddj1k I can't tell you the exact script as the mapping is confusing.
If you open the mapper window and then shift+jog ring what does it say was the last touched key in the activity window?
 

Hi, thanks for the help. I take it I have to write the script in the right order for the function to work? When using shift + outer ring I get the following with the order being first to last"

HD_SHIFT on
SHIFT_JOG_OUT_RING 0.00 this one response with a -/+ in front of the 0.00
SHIFT_HD_JOG 0.00
SHIFT off
SHIFT _HD_SHIFT off
 

SHIFT_JOG_OUT_RING var '$DDJ1K_HID' ? nothing : adjust_cbg
 

Hmmm, yea that hasn't changed anything. The default mapping for that for VDJ is like a 4 bar track search. it's still just moving the track not the CBG. Thinking the adjust_cbg might have to be on some of the other shift inputs?
 

revert and try SHIFT_HD_JOG
 

still no change apart from its not doing the 4 bar search now. Thanks for the "live" troubleshooting" help. Is there a midi learn function in VDJ? If i can't get this to work I could just map two buttons to the on screen adjust cbg buttons
 

 

nice thanks...yea I just remapped shift+page button's to the adjust_cgb. Works as it should but it'd be nice to have it as a long press of the button. As it is it only moves ~% with each press of the button. I'll keep working on trying to get the native shift + jog function to work tho. Not sure why the VDJ team changed it tbh
 

SHIFT_HD_JOG
device_side left ? var_equal '$DDJ1KLD' 0 ? deck 1 mute ? nothing : deck 1 adjust_cbg : deck 3 mute ? nothing : deck 3 adjust_cbg : var_equal '$DDJ1KRD' 0 ? deck 2 mute ? nothing : adjust_cbg : deck 4 mute ? nothing : deck 4 adjust_cbg

SHIFT_HD_JOG_TOUCH
device_side left ? var_equal '$DDJ1KLD' 0 ? nothing : nothing : var_equal '$DDJ1KRD' 0 ? nothing : nothing
 

Phantomdeejay you're a absolute legend. thank you!!!! This works perfectly