Skip to content

Commit

Permalink
Traktor S2 Mk1: Clarify jogwheel touch calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
leifhelm committed Jan 25, 2023
1 parent b71fec5 commit 707ada0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions res/controllers/Traktor-Kontrol-S2-MK1-hid-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@

// ==== Jog Wheel Touch Calibration ====
// Set the threshold for scratching for each jog wheel.
// Bigger values mean more force. The unpressed value is around 3122.
// The fully pressed value is around 3728.
// If it is always scratching increase the value
// If it never scratches decrease the value
// Bigger values mean more force necessary for it to scratch.
// The unpressed value is around 3100.
// The fully pressed value is around 3700.
var JogWheelTouchThreshold = {
"[Channel1]": 3328,
"[Channel2]": 3328,
Expand Down

0 comments on commit 707ada0

Please sign in to comment.