Ingreso rápido:  

Forum: General Discussion

Tema: Traktor s2 mk2 hotcues 5-8

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hi everybody-

i have a question :
i got my hands on a Traktor s2 mk2, how is it possible to access hotcues 5-8 on the same buttons that access hotcues 1-4 ?
i guess i would have to map some kind of button ( or maybe add the shift to any combination) to have the hotcues 5-8 on a second layer ?

i will not be using the in & out manual loop buttons, could i maybe use them like when i press in : hotcues 1-4 & when i press out : hotcues 5-8 ?

any help would be welcome
 

Mensajes Thu 22 Apr 21 @ 7:38 am
Remap LOOP IN as:
set 'hotlayer' 0


Remap LOOP OUT as:
set 'hotlayer' 1


Remap LED LOOP IN as:
var_equal 'hotlayer' 0


Remap LED LOOP OUT as:
var_equal 'hotlayer' 1


Remap HOT 1 as:
var_equal 'ktrls2mk2padmode' 0 ? var_equal 'hotlayer' 1 ? hot_cue 5 : hot_cue 1 : var_equal 'ktrls2mk2padmode' 1 ? sampler_pad 1


Remap LED HOT 1 as:
var_equal 'ktrls2mk2padmode' 1 ? sampler_loaded 1 ? sampler_pad 1 ? blink 500ms ? get_sample_color 1 : off : get_sample_color 1 : off : var_equal 'hotlayer' 1 ? hot_cue 5 ? cue_color 5 : constant '18,18,18' : hot_cue 1 ? cue_color 1 : constant '18,18,18'


Same goes for HOT 2, HOT 3 and HOT 4
 

Mensajes Thu 22 Apr 21 @ 8:57 am
locoDogPRO InfinityModeratorMember since 2013
No real problem, but wouldn't you rather repurpose the 4 buttons above then along with the 4 cue buttons to have a set of 8 working pads?
It's what I did with my mk1.
 

Mensajes Thu 22 Apr 21 @ 8:58 am
@locodog
i dont understand..
i have 4 hotcue buttons : 1-2-3-4
the other buttons underneath are sync-play-cue-shift

am i not understanding something ?
(unless you mean 4 other buttons ? which ones ?)

the solution phantomdeejay suggested seems easy...
 

Mensajes Thu 22 Apr 21 @ 1:43 pm
i fixed the mapping it but i am having a small issue :

i cannot delete a hotcue on 5-8 with the shift+hotcue combo.
instead it deletes the hotcue from the 1-4

what must i add + where ?
 

Mensajes Thu 22 Apr 21 @ 3:04 pm
SHIFT_HOT_1
var_equal 'ktrls2mk2padmode' 0 ? var_equal 'hotlayer' 1 ? delete_cue 5 : delete_cue 1 : var_equal 'ktrls2mk2padmode' 1 ? sampler_stop 1
 

Mensajes Thu 22 Apr 21 @ 3:39 pm
You are amazing !! The whole team & all members !

I love Vdj for many reasons, and this level of support (immediate & accurate to the point) is one of them !

keep up the great work
 

Mensajes Thu 22 Apr 21 @ 5:48 pm


(Los tópicos y foros antiguos son automáticamente cerrados)