summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorBe <be@mixxx.org>2021-02-02 13:43:24 -0800
committerGitHub <noreply@github.com>2021-02-02 13:43:24 -0800
commita1c35fd917b3909bef6d87bcf22702ab979baf01 (patch)
tree3756168fcd0a4a63e385b385bf01d328e6473f62 /res
parent4ec83f8d93643594cec45183fcbf1af0ae273c71 (diff)
parent36fc3bd61d8b38f25a97f103f35f388a9c672f4d (diff)
Merge pull request #3537 from lepieru/mapping/hercules-p32/more-accurate-headmix
Hercules P32 mapping: more accurate headmix control
Diffstat (limited to 'res')
-rw-r--r--res/controllers/Hercules-P32-scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/controllers/Hercules-P32-scripts.js b/res/controllers/Hercules-P32-scripts.js
index 01165c03ee..d03e6d7d72 100644
--- a/res/controllers/Hercules-P32-scripts.js
+++ b/res/controllers/Hercules-P32-scripts.js
@@ -93,7 +93,7 @@ P32.browseEncoder = function(_channel, _control, value, _status, _group) {
P32.headMixEncoder = function(_channel, _control, value, _status, _group) {
var direction = (value > 64) ? -1 : 1;
- engine.setValue("[Master]", "headMix", engine.getValue("[Master]", "headMix") + (0.25 * direction));
+ engine.setValue("[Master]", "headMix", engine.getValue("[Master]", "headMix") + (0.1 * direction));
};
P32.recordButton = new components.Button({