From 70deb55e957c0fd42899a582f8a0fcfa86657c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Mon, 10 Feb 2025 17:25:20 +0100 Subject: [PATCH] Update res/controllers/Hercules-DJControl-Inpulse-500-script.js Co-authored-by: Lukas Waslowski --- res/controllers/Hercules-DJControl-Inpulse-500-script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/controllers/Hercules-DJControl-Inpulse-500-script.js b/res/controllers/Hercules-DJControl-Inpulse-500-script.js index 203c1218694..49cdd293e69 100644 --- a/res/controllers/Hercules-DJControl-Inpulse-500-script.js +++ b/res/controllers/Hercules-DJControl-Inpulse-500-script.js @@ -1218,7 +1218,7 @@ DJCi500.tempoLEDs = function () { if ((tempo2 / tempo1) > 1.5){doubleTempo = 1; diff = tempo1 - tempo2/2;} } - if ( diff < -0.25) + if (diff < -0.25) { //Deck1 midi.sendShortMsg(0x91, 0x1E, 0x0);