Skip to content

Commit

Permalink
Makes jogwheel nudging slightly less sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
jusko committed Jan 30, 2021
1 parent c1b2e63 commit d794566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Pioneer-DDJ-400-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ PioneerDDJ400.beta = PioneerDDJ400.alpha/32;

// Multiplier for fast seek through track using SHIFT+JOGWHEEL
PioneerDDJ400.fastSeekScale = 150;
PioneerDDJ400.bendScale = 0.9;
PioneerDDJ400.bendScale = 0.8;

PioneerDDJ400.tempoRanges = [0.06, 0.10, 0.16, 0.25];

Expand Down

0 comments on commit d794566

Please sign in to comment.