Skip to content

Commit

Permalink
numark mixtrack 3: don't change FX level when moving beatgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
mimbert committed Mar 18, 2019
1 parent 12089de commit 1acb34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Numark-Mixtrack-3-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ NumarkMixtrack3.BeatKnob = function(channel, control, value, status, group) {


// direct interaction with knob, without any button combination
if (!deck.PADMode && !deck.shiftKey) {
if (!deck.PADMode && !deck.shiftKey && !deck.TapDown) {
var mixValue = engine.getParameter("[EffectRack1_EffectUnit" + deck.decknum + "]", "mix");
engine.setParameter("[EffectRack1_EffectUnit" + deck.decknum + "]", "mix", mixValue + increment);
}
Expand Down

0 comments on commit 1acb34c

Please sign in to comment.