Skip to content

Commit

Permalink
Merge pull request mixxxdj#14249 from ronso0/s4mk3-num-decks
Browse files Browse the repository at this point in the history
(fix) Traktor S4mk3: set 4 decks, avoid CO warnings for decks 3/4, eg. VU meter
  • Loading branch information
daschuer authored Jan 28, 2025
2 parents 2b9024f + 2baccc2 commit 950f453
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/controllers/Traktor-Kontrol-S4-MK3.js
Original file line number Diff line number Diff line change
Expand Up @@ -2877,6 +2877,9 @@ class S4Mk3MixerColumn extends ComponentContainer {

class S4MK3 {
constructor() {
if (engine.getValue("[App]", "num_decks") < 4) {
engine.setValue("[App]", "num_decks", 4);
}
if (engine.getValue("[App]", "num_samplers") < 16) {
engine.setValue("[App]", "num_samplers", 16);
}
Expand Down

0 comments on commit 950f453

Please sign in to comment.