Skip to content

Commit

Permalink
feat: add screen rendering for S4Mk3
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Nov 25, 2024
1 parent 894e96f commit 0ca7d49
Show file tree
Hide file tree
Showing 21 changed files with 3,474 additions and 221 deletions.
945 changes: 945 additions & 0 deletions res/controllers/Traktor Kontrol S4 MK3.bulk.xml

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion res/controllers/Traktor Kontrol S4 MK3.hid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
</devices>
</info>
<settings>
<row>
<option
variable="useSharedDataAPI"
type="boolean"
label="Enable the shared data API (PR#12199)">
<description>
Use the shared data API to enable communication between the screens and the buttons. Requires a custom Mixxx build using the feature in PR#12199
</description>
</option>
</row>
<group label="Deck Lighting">
<row orientation="vertical">
<option
Expand Down Expand Up @@ -650,7 +660,7 @@
</row>
</group>
</settings>
<controller id="Traktor">
<controller id="Traktor" namespace="S4MK3">
<scriptfiles>
<file filename="Traktor-Kontrol-S4-MK3.js" functionprefix="TraktorS4MK3"/>
</scriptfiles>
Expand Down
Loading

0 comments on commit 0ca7d49

Please sign in to comment.