summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/controllers/Reloop-Beatmix-2-4-scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/controllers/Reloop-Beatmix-2-4-scripts.js b/res/controllers/Reloop-Beatmix-2-4-scripts.js
index 1be884fc60..655dc003b6 100644
--- a/res/controllers/Reloop-Beatmix-2-4-scripts.js
+++ b/res/controllers/Reloop-Beatmix-2-4-scripts.js
@@ -407,7 +407,7 @@ ReloopBeatmix24.WheelTurn = function(channel, control, value, status, group) {
if (engine.isScratching(deck)) {
engine.scratchTick(deck, newValue); // Scratch!
} else {
- engine.setValue(group, 'jog', newValue); // Pitch bend
+ engine.setValue(group, 'jog', newValue / 5); // Pitch bend
}
};