Skip to content

Commit

Permalink
refactor loop encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYourAverageAl committed Jun 9, 2024
1 parent 9dc93b1 commit b166165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Numark-Scratch-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ NumarkScratch.Deck = function(number) {
inKey: "pregain"
});

const encoderInvert = function(key) {
const encoderInvert = function(key) {
return NumarkScratch.invertLoopEncoderFunction ? (key === "unshift" ? "shift" : "unshift") : key;
};

Expand Down

0 comments on commit b166165

Please sign in to comment.