Skip to content

Commit

Permalink
feat: add mapping for Traktor Kontrol S4 MK3 onboard screens
Browse files Browse the repository at this point in the history
  • Loading branch information
acolombier committed Mar 26, 2024
1 parent 3aa73fd commit d834888
Show file tree
Hide file tree
Showing 18 changed files with 2,205 additions and 116 deletions.
24 changes: 24 additions & 0 deletions res/controllers/Traktor Kontrol S4 MK3.bulk.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version='1.0' encoding='utf-8'?>
<MixxxControllerPreset mixxxVersion="2.4.0" schemaVersion="1">
<info>
<name>Traktor Kontrol S4 MK3 (Screens)</name>
<author>A. Colombier</author>
<description>Mapping for Traktor Kontrol S4 MK3 screens</description>
<manual>native_instruments_traktor_kontrol_s4_mk3</manual>
<devices>
<product protocol="bulk" vendor_id="0x17cc" product_id="0x1720" out_epaddr="0x03" />
</devices>
</info>
<controller id="Traktor" direction="out">
<screens>
<screen identifier="leftdeck" width="320" height="240" targetFps="60" pixelType="RGB565" reversed="true" endian="big" splashoff="300" />
<screen identifier="rightdeck" width="320" height="240" targetFps="60" pixelType="RGB565" reversed="true" endian="big" splashoff="300" />
</screens>
<scriptfiles>
<file filename="TraktorKontrolS4MK3Screens.qml" />
</scriptfiles>
<qmllibraries>
<library path="TraktorKontrolS4MK3Screens" />
</qmllibraries>
</controller>
</MixxxControllerPreset>
Loading

0 comments on commit d834888

Please sign in to comment.