Hi everybody-
I just got a used Ddj-sb3 and i was changing the mapper to my liking.
1) I am having difficulty in mapping the VU meter on the console (-VU METER - in the mapping):
I want it to display the master output level of the console & not the per channel level of the deck playing.
I tried a few things like :
get_level 'master' (it doesnt seem to work)
get_level
get_vu_meter
etc
none of them seem to work because there is almost no signal showing (sometimes only 1 line) even when i am playing almost at the limiter boundary (as showed on the master output of vdj) & with the master level knob on the ddj sb3 almost @ 3/4.
what am i doing wrong ?
what is the correct mapping ?
2) quick custom mapping question :
i want to remap the KEYLOCK button on my console to do the following :
While i keep it pressed & turn the jog wheel at the same time (left or right direction) to slide & adjust the beat grid (not by bars but for it to slide so i can place it at any position)
thanks in advance
I just got a used Ddj-sb3 and i was changing the mapper to my liking.
1) I am having difficulty in mapping the VU meter on the console (-VU METER - in the mapping):
I want it to display the master output level of the console & not the per channel level of the deck playing.
I tried a few things like :
get_level 'master' (it doesnt seem to work)
get_level
get_vu_meter
etc
none of them seem to work because there is almost no signal showing (sometimes only 1 line) even when i am playing almost at the limiter boundary (as showed on the master output of vdj) & with the master level knob on the ddj sb3 almost @ 3/4.
what am i doing wrong ?
what is the correct mapping ?
2) quick custom mapping question :
i want to remap the KEYLOCK button on my console to do the following :
While i keep it pressed & turn the jog wheel at the same time (left or right direction) to slide & adjust the beat grid (not by bars but for it to slide so i can place it at any position)
thanks in advance
geposted Sat 14 Jan 23 @ 1:04 pm
1. Try .. deck master get_vu_meter
2.
KEYLOCK .. set 'gridslide' 1 while_pressed
JOG (CDJ/OUT/VINYL) 3 keys as : var 'gridslide' ? adjust_cbg : touchwheel
JOG TOUCH (CDJ/VINYL) 2 keys as : var 'gridslide' ? nothing : touchwheel_touch
2.
KEYLOCK .. set 'gridslide' 1 while_pressed
JOG (CDJ/OUT/VINYL) 3 keys as : var 'gridslide' ? adjust_cbg : touchwheel
JOG TOUCH (CDJ/VINYL) 2 keys as : var 'gridslide' ? nothing : touchwheel_touch
geposted Sat 14 Jan 23 @ 9:39 pm