Skip to content

Commit

Permalink
Update res/controllers/Hercules-DJControl-Inpulse-500-script.js
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Waslowski <[email protected]>
  • Loading branch information
resetreboot and cr7pt0gr4ph7 authored Feb 10, 2025
1 parent e8b0480 commit 70deb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Hercules-DJControl-Inpulse-500-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 70deb55

Please sign in to comment.