summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-03-21 11:58:30 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-04-28 09:37:42 +0200
commit8194a727d9e1337f7019e9fe5a384c1ee1a56fc0 (patch)
tree7af6fd5be046fe9f1dcd616e6fb8ae35b29e4a07 /res
parent345d536ad758c05328d0ecab7369511df6c4faa0 (diff)
Roland DJ-505: Update for explicit sync_master change from #2376
Diffstat (limited to 'res')
-rw-r--r--res/controllers/Roland_DJ-505-scripts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/controllers/Roland_DJ-505-scripts.js b/res/controllers/Roland_DJ-505-scripts.js
index 926491d922..0bf074caf0 100644
--- a/res/controllers/Roland_DJ-505-scripts.js
+++ b/res/controllers/Roland_DJ-505-scripts.js
@@ -602,7 +602,7 @@ DJ505.Deck = function(deckNumbers, offset) {
outKey: "sync_mode",
flickerState: false,
output: function(value, _group, _control) {
- if (value === 2) {
+ if (value === 3) {
value = this.flickerState;
}
midi.sendShortMsg(this.midi[0], value ? 0x02 : 0x03, this.on);