Skip to content

Commit

Permalink
Merge pull request #2028 from iamcodemaker/platinum
Browse files Browse the repository at this point in the history
tweak scratch parameters for Mixtrack Platinum
  • Loading branch information
Be-ing authored Feb 4, 2020
2 parents 03307e7 + e345048 commit cc43a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Numark-Mixtrack-Platinum-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,7 @@ MixtrackPlatinum.scratchEnable = function (deck) {
var alpha = 1.0/8;
var beta = alpha/32;

engine.scratchEnable(deck, 1011, 33+1/3, alpha, beta);
engine.scratchEnable(deck, 1240, 33+1/3, alpha, beta);
MixtrackPlatinum.stopScratchTimer(deck);
};

Expand Down

0 comments on commit cc43a2d

Please sign in to comment.