Hello. I have strange bug. There is switches for Deck1/Deck3/LIne in (left side) and for Deck2/Deck4/LIne in (right side) mode. The right one (Deck2/Deck4/LIne in) works fine. But when i switch the left one in Deck 3 or Line in mode - samplers pads one the left side work like right side (so it play samplers 9-16), samplers pads on the right side works well (it start 9-16 too, as should). In Deck 1 mode it works well (start samples 1-8).
Standart mapping for Deck1-4 is:
Deck line 1
down ? set 'aux' 1 : set 'aux' 0
Deck line 2
down ? set 'aux' 1 : set 'aux' 0
Deck line 3
down ? set 'aux' 1 & var '$pcmix' ? get_hastimecode ? nothing : linein 1 on : nothing : set 'aux' 0 & var '$pcmix' ? linein 1 off : nothing
Deck line 4
down ? set 'aux' 1 & var '$pcmix' ? get_hastimecode ? nothing : linein 2 on : nothing : set 'aux' 0 & var '$pcmix' ? linein 2 off : nothing
So, it mapping mistake or something else?
Standart mapping for Deck1-4 is:
Deck line 1
down ? set 'aux' 1 : set 'aux' 0
Deck line 2
down ? set 'aux' 1 : set 'aux' 0
Deck line 3
down ? set 'aux' 1 & var '$pcmix' ? get_hastimecode ? nothing : linein 1 on : nothing : set 'aux' 0 & var '$pcmix' ? linein 1 off : nothing
Deck line 4
down ? set 'aux' 1 & var '$pcmix' ? get_hastimecode ? nothing : linein 2 on : nothing : set 'aux' 0 & var '$pcmix' ? linein 2 off : nothing
So, it mapping mistake or something else?
Posted Fri 03 May 19 @ 2:30 pm
Upd: If i press pads button in vdj window (under effect and loop section) it works wrong too (altought buttons have right "name"). But it works well if i press buttons in sampler tab. Looks like not ddj rr mapping, but programm settings or smth.
Posted Fri 03 May 19 @ 5:42 pm
Upd 2: SO, i realized, that it was not the ddj rr mapping problem, but vdj settings and i have another question. So my goal is: I'd lke to use pads 1-16 to play samples 1-16 and shift+pads for samples 17-32. Standart settings for pads 1-8 is sampler_pad 1 "auto", sampler_pad 2 "auto" etc, and it works fine for left and right deck (so if i press pad 1 on the right deck it plays sample 9). I tried to use the same settings for shift+pad (sampler_pad 17 "auto" etc), but it works fine ONLY for left deck. If i try to use for example shift+pad1 on the right deck, it plays sample 17, not sample 25. So, to fix this problem, i use this setting for shift+pads: device_side "left" ? sampler_pad 17 "auto" : sampler_pad 25 "auto" etc
And it works fine, BUT only if switch Deck1/Deck3/Line of my DDJ RR controller in is in the Deck 1 position. If it's in Deck3 or LIne in mode, shift+left pad1 plays sample 25, not sample 17 as it should. So i dont understand why does it work like that and is there the way to fix it?
And it works fine, BUT only if switch Deck1/Deck3/Line of my DDJ RR controller in is in the Deck 1 position. If it's in Deck3 or LIne in mode, shift+left pad1 plays sample 25, not sample 17 as it should. So i dont understand why does it work like that and is there the way to fix it?
Posted Sat 04 May 19 @ 7:06 am