From e345048c9c4155e6c3bb9d479247d06c1b623242 Mon Sep 17 00:00:00 2001 From: Matthew Nicholson Date: Sun, 10 Feb 2019 15:49:38 -0500 Subject: [PATCH] tweak scratch parameters The behavior here appears to have changed between 2.1 and 2.2. This new value tracks better with the actual location of the spinner. --- res/controllers/Numark-Mixtrack-Platinum-scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/controllers/Numark-Mixtrack-Platinum-scripts.js b/res/controllers/Numark-Mixtrack-Platinum-scripts.js index 7b523bdb5e6..5b260bf6e51 100644 --- a/res/controllers/Numark-Mixtrack-Platinum-scripts.js +++ b/res/controllers/Numark-Mixtrack-Platinum-scripts.js @@ -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); };