Skip to content

Commit

Permalink
Disable VanillaFxModeChannelColors by default
Browse files Browse the repository at this point in the history
I liked the idea, but it quickly becomes confusing once you start
assigning effects to channels.
  • Loading branch information
robbert-vdh committed Jan 12, 2023
1 parent 4a957a8 commit 0d67943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/controllers/Traktor-Kontrol-S3-hid-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TraktorS3.VanillaFxModeDefaultToFilter = true;
// When enabled, the FX Enable buttons will use the colors set in
// `TraktorS3.ChannelColors` when the filter effect is selected. Disabling this
// will use the Filter button's orange color instead.
TraktorS3.VanillaFxModeChannelColors = true;
TraktorS3.VanillaFxModeChannelColors = false;

// The pitch slider can operate either in absolute or relative mode.
// In absolute mode:
Expand Down

0 comments on commit 0d67943

Please sign in to comment.