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 6dca6d2 commit e8b0480
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 @@ -1204,7 +1204,7 @@ DJCi500.tempoLEDs = function () {
var deckA = DJCi500.deckA.currentDeck;
var deckB = DJCi500.deckB.currentDeck;

//Tempo:
// Tempo:
var tempo1 = engine.getValue(deckA, "bpm");
var tempo2 = engine.getValue(deckB, "bpm");
var diff = tempo1 - tempo2;
Expand Down

0 comments on commit e8b0480

Please sign in to comment.