Skip to content

Commit

Permalink
Finally fixed spelling (thanks pre-commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoredGuy1 committed Jan 3, 2024
1 parent 2409adf commit 6cde971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Hercules-DJControl-Inpulse-300-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ DJCi300.tonePlay = function(channel, control, value, status, _group) {
// Adjust pitch
// Buttons 1-4 are +0 to +3 semitones
// Buttons 5-8 are -4 to -1 semitones
// This mimics the orignal Inpulse 300's toneplay
// This mimics the original Inpulse 300's toneplay
engine.setValue("[Channel" + deck + "]", "reset_key", 1);
if (button <= 4) {
for (var i = 1; i < button; i++) {
Expand Down

0 comments on commit 6cde971

Please sign in to comment.