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);