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

Options
red_nick
red_nick Member Posts: 103 Member
edited March 5 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: 1,780 mod
    Options

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

  • Fotis Leon
    Fotis Leon Member Posts: 59 Helper
    Options

    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
    Options

    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
    Options

    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
    Options

    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
    Options

    did the same but traktor 3.10.16 keeps crashing after loading collection

  • Leandro
    Leandro Member Posts: 12 Member
    Options

    Joe Easton updated his MOD to version 3.6 on Patreon.

Back To Top