summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPierre Le Gall <pierre@legall.im>2021-01-07 10:37:02 +0100
committerPierre Le Gall <pierre@legall.im>2021-01-07 10:37:02 +0100
commit136edfa529ce199e47707b711aec46a13f0e1d91 (patch)
treefb52115b51348a459fa920f590605e3dc036bbb2 /res
parent8b7d0b1d278f2a1b0da0e40c002291869a3674bb (diff)
Hercules P32 mapping: set pitch button color to red for off
Diffstat (limited to 'res')
-rw-r--r--res/controllers/Hercules-P32-scripts.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/res/controllers/Hercules-P32-scripts.js b/res/controllers/Hercules-P32-scripts.js
index 954f3f5f50..01165c03ee 100644
--- a/res/controllers/Hercules-P32-scripts.js
+++ b/res/controllers/Hercules-P32-scripts.js
@@ -467,26 +467,26 @@ P32.Deck = function(deckNumbers, channel) {
this.syncKey = new components.Button({
midi: [0x90 + channel, 0x53],
key: "sync_key",
- on: P32.padColors.red,
- off: P32.padColors.purple,
+ on: P32.padColors.blue,
+ off: P32.padColors.red,
});
this.pitchUp = new components.Button({
midi: [0x90 + channel, 0x4F],
key: "pitch_up",
- on: P32.padColors.blue,
- off: P32.padColors.purple,
+ on: P32.padColors.purple,
+ off: P32.padColors.red,
});
this.pitchDown = new components.Button({
midi: [0x90 + channel, 0x4B],
key: "pitch_down",
- on: P32.padColors.blue,
- off: P32.padColors.purple,
+ on: P32.padColors.purple,
+ off: P32.padColors.red,
});
this.resetKey = new components.Button({
midi: [0x90 + channel, 0x47],
key: "reset_key",
- on: P32.padColors.red,
- off: P32.padColors.purple,
+ on: P32.padColors.blue,
+ off: P32.padColors.red,
});
// SLICER layer