Skip to content

Commit

Permalink
Revert "Change default S3 deck colors to match Traktor"
Browse files Browse the repository at this point in the history
This reverts commit e38537e.
  • Loading branch information
robbert-vdh committed Jan 25, 2023
1 parent 550531e commit 1203cd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/controllers/Traktor-Kontrol-S3-hid-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ TraktorS3.SixteenSamplers = false;
// PURPLE, FUCHSIA, MAGENTA, AZALEA, SALMON, WHITE
// Some colors may look odd because of how they are encoded inside the controller.
TraktorS3.ChannelColors = {
"[Channel1]": "BLUE",
"[Channel2]": "BLUE",
"[Channel3]": "CARROT",
"[Channel4]": "CARROT"
"[Channel1]": "CARROT",
"[Channel2]": "CARROT",
"[Channel3]": "BLUE",
"[Channel4]": "BLUE"
};

// Each color has four brightnesses, so these values can be between 0 and 3.
Expand Down

0 comments on commit 1203cd0

Please sign in to comment.