Skip to content

Commit

Permalink
Merge pull request #13375 from NotYourAverageAl/NumarkScratchXfader
Browse files Browse the repository at this point in the history
feat(controllers): update xfader curve values for Numark Scratch
  • Loading branch information
Swiftb0y authored Jun 15, 2024
2 parents e8d36a4 + 07a385a commit cd2eb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/controllers/Numark-Scratch-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ NumarkScratch.XfaderContainer = function() {
break;
case 0x7F: // Picnic Bench/Fast Cut
engine.setValue("[Mixer Profile]", "xFaderMode", 0);
engine.setValue("[Mixer Profile]", "xFaderCalibration", 0.9);
engine.setValue("[Mixer Profile]", "xFaderCurve", 7.0);
engine.setValue("[Mixer Profile]", "xFaderCalibration", 1);
engine.setValue("[Mixer Profile]", "xFaderCurve", 999.6);
break;
}
};
Expand Down

0 comments on commit cd2eb24

Please sign in to comment.