Hello all, I recently purchased the Mixtrack and am trying out Virtual DJ. Now, there is a mapping for the Mixtrack, and it seems to work in all respects except one- the EQ kills. As-is, they seem to be mapped to act as cue point buttons. Now, I've gone in and tried to edit the mappings, but when I do that the EQ kill applies globally to both decks. Which kind of is against the whole point of having kills.
Anyone else had this problem? Is there a workaround? Or perhaps I am just remapping it wrong? This would be a bit of a dealbreaker for me in getting Virtual DJ, which I really like apart from this issue. Thanks in advance.
Anyone else had this problem? Is there a workaround? Or perhaps I am just remapping it wrong? This would be a bit of a dealbreaker for me in getting Virtual DJ, which I really like apart from this issue. Thanks in advance.
Posted Fri 19 Nov 10 @ 12:58 pm
if you mapped those cue buttons as eq kills they should work. You must map them without deck 1, deck 2 etc
just ..
action .... eq_kill_high
or
eq_kill_mid
.. etc
Make sure also that you have your Mixtrack assigned as default (left-right) in the mapper (config) section.
In case this doesnt work.. try
device_side left ? deck 1 eq_kill_high : deck 2 eq_kill_high
or
device_side left ? deck left eq_kill_high : deck right eq_kill_high
(for more than 2 decks skin)
just ..
action .... eq_kill_high
or
eq_kill_mid
.. etc
Make sure also that you have your Mixtrack assigned as default (left-right) in the mapper (config) section.
In case this doesnt work.. try
device_side left ? deck 1 eq_kill_high : deck 2 eq_kill_high
or
device_side left ? deck left eq_kill_high : deck right eq_kill_high
(for more than 2 decks skin)
Posted Fri 19 Nov 10 @ 5:08 pm
Hey, thanks. I know that when I did it the first time the EQ kill mapping seemed agnostic to which deck I was pushing the button on, but I will give your more specific code a try. Thanks tons!!!
Posted Fri 19 Nov 10 @ 5:11 pm