Skip to content

Commit 2ce96e8

Browse files
author
rene
committed
Pioneer DDJ-200: fixed wrong pfl button indication
1 parent 7b9a618 commit 2ce96e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

res/controllers/Pioneer-DDJ-200-scripts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,12 +549,14 @@ DDJ200.Deck = class extends components.Deck {
549549

550550
this.pflButton = new components.Button({
551551
midi: [0x8F + midiChannel, 0x54],
552+
sendShifted: false,
552553
key: "pfl",
553554
type: components.Button.prototype.types.toggle,
554555
});
555556

556557
this.loadTrack = new components.Button({
557558
midi: [0x8F + midiChannel, 0x68],
559+
sendShifted: false,
558560
inKey: "LoadSelectedTrack",
559561
});
560562

0 commit comments

Comments
 (0)