[FIX] Joe Easton's S4mk3 mod with Traktor 3.10

red_nick
red_nick Member Posts: 222 Advisor
edited October 2024 in Mapping Traktor

Joe Easton's mod unfortunately hasn't been updated in a while.

Luckily, with a few changes, you can get it working on 3.10

Follow @djspiros2012's post to get it working on 3.9: https://community.native-instruments.com/discussion/comment/61817/#Comment_61817

Then in C:\Program Files\Native Instruments\Traktor Pro 3\Resources64\qml\Screens\S4MK3\Screen.qml under

Item {
  id: screen

change

property bool isLeftScreen: true

to

property int side: ScreenSide.Left;
  readonly property bool isLeftScreen: (screen.side == ScreenSide.Left)


3.9 needed a lot of changes due to the update to Qt, but 3.10 just seemed to break the right screen, which the above fixes.

Comments

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 2,875 mod

    Thanks mate. I was wondering what the trouble was exactly. :)

  • Fotis Leon
    Fotis Leon Member Posts: 68 Helper

    Everyday, i check and wait for Joe Easton but nothing new.

    Cant really test people's fixes when working every night.

    Last time i did this 2 months ago, Traktor crashed. Maybe the fix didn't work, maybe i made a mistake, but it was a disaster, with a club full of people.

    I cant understand why Joe dissapeard for a year. He doesnt even answer.

  • Horizon020
    Horizon020 Member Posts: 1 Newcomer

    Thanks all for your input. Ive been able to make this work on my PC for years but am having trouble since getting my MacBook. Could you please give a better description on what and where to change the lines of code? I can edit them but don't know the exact placement of where they need to be. Thanks in advance!!

  • saubr
    saubr Member Posts: 7 Member

    Thanks everyone,

    just discovered joe easton's hack,

    tried out, followed Joe's .pdf, @djspiros2012's post and yours @red_nick .

    Traktor's crashing at opening, i'm on Mac OS 13.5 M2pro

    I will follow this post :)

  • djspiros2012
    djspiros2012 Member Posts: 42 Helper
    edited September 2023

    Hi. Wait for version 3.10.1 that they say the screen bug error fixed.

    if you want try the beta 3.10.1.

    https://community.native-instruments.com/discussion/17066/3-10-1-beta-1-uploaded#latest

    i'm on Windows and all working good. But Mac and amd cpu's have this screen error bug.

  • DonDalton
    DonDalton Member Posts: 3 Member

    did the same but traktor 3.10.16 keeps crashing after loading collection

  • Leandro
    Leandro Member Posts: 12 Member

    Joe Easton updated his MOD to version 3.6 on Patreon.

This discussion has been closed.
Back To Top