Latency browse button Kontrol S2 on Traktor Pro 4

Sunshine Park
Sunshine Park Member Posts: 6 Newcomer

Hi

just bought Traktor Pro 4 and it takes a little while each time I am using the browse button on my Traktor S2 MK3…

It's not doing that "bug" on Traktor pro 3…

Any idea please?

cheers

Best Answers

  • Heisenberg
    Heisenberg Member Posts: 386 Pro
    Answer ✓

    This is due to the new functionality of Traktor Pro 4 because there is now a single click and double click and therefore a short wait.

    By default, the stem is loaded with one click and the normal song with a double click, but you can change this in the settings and test whether it then responds faster.

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 2,831 mod
    Answer ✓

    I am recommending to NI to shorten this to 250ms or at max to 500ms instead of 1000ms. May take a while though. In the interim you can get funky with the code. The link i provided above is pretty nerdy for fixing it yourself, so i cooked up a quick solution for you.

    Go to the file in this folder

    '…\Native Instruments\Traktor Pro 4\Resources64\qml\CSI\Common\BrowserModule.qml'

    Make a copy of this file and save it somewhere, in case one of us is doing something wrong to return to the default behavior.

    Now download and replace with this file:

    The file does the following:

    • A single short click (less than 250ms) will trigger the primary load type (as set in 'Preferences→Loading') after release.
    • A single long click (longer than 250ms) will trigger the secondary load type.

    You have to replace this file after every single Traktor update. Hopefully NI will have this fixed soon. :)

Answers

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

    Browsing (turning) or loading (pressing)?

    If it's the latter, the new single-click/double-click loading module (for loading either stem version or normal version of the track) in the qml code is to blame. It waits 1 second before loading, too long for my taste.

    See explanation HERE.

  • Sunshine Park
    Sunshine Park Member Posts: 6 Newcomer

    hi Sûlherokhh

    thanks for the quick answer. It's indeed the loading/pressing button. Too long for my taste too

    Should I wait for a corrective patch ?

    thanks again

  • Heisenberg
    Heisenberg Member Posts: 386 Pro
    Answer ✓

    This is due to the new functionality of Traktor Pro 4 because there is now a single click and double click and therefore a short wait.

    By default, the stem is loaded with one click and the normal song with a double click, but you can change this in the settings and test whether it then responds faster.

  • Sunshine Park
    Sunshine Park Member Posts: 6 Newcomer

    hi Heisenberg

    Thanks for the answer too. I did change the setting (in the loading section) but didn't change that delay.

    my setup is :

    MacBook Pro 2017 2,9 GHz Intel Core i7

    16 Go 2133 MHz LPDDR3 Ventura 13.6.9

    Cheers

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 2,831 mod
    Answer ✓

    I am recommending to NI to shorten this to 250ms or at max to 500ms instead of 1000ms. May take a while though. In the interim you can get funky with the code. The link i provided above is pretty nerdy for fixing it yourself, so i cooked up a quick solution for you.

    Go to the file in this folder

    '…\Native Instruments\Traktor Pro 4\Resources64\qml\CSI\Common\BrowserModule.qml'

    Make a copy of this file and save it somewhere, in case one of us is doing something wrong to return to the default behavior.

    Now download and replace with this file:

    The file does the following:

    • A single short click (less than 250ms) will trigger the primary load type (as set in 'Preferences→Loading') after release.
    • A single long click (longer than 250ms) will trigger the secondary load type.

    You have to replace this file after every single Traktor update. Hopefully NI will have this fixed soon. :)

  • Sunshine Park
    Sunshine Park Member Posts: 6 Newcomer

    oh wow that's great!

    but it must be a PC solution isn't it? I am a Mac user and can't find theBrowserModule.qm

    but thank you very must for that amazing trick

  • Sûlherokhh
    Sûlherokhh Member, Traktor Mapping Mod Posts: 2,831 mod
    edited September 2

    It's a universal solution.

    Use the 'Traktor' shortcut on your desktop to find the folder with the actual 'Traktor'-App executable. Inside that folder should be the subfolder 'Resources64' or somesuch. It has to contain the folder 'qml'. From there you can navigate to the file to be replaced. It's exactly the same code so it will probably work as well.

  • Sunshine Park
    Sunshine Park Member Posts: 6 Newcomer

    sorry but can't find the subfolder resources64 anywhere….

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

    Well, the important folder is called 'qml', which contains all the controller code. Must be in a different subfolder then. See if you can find it.

    Have to hop. Be back later to see if you got it working. ;)

  • Sunshine Park
    Sunshine Park Member Posts: 6 Newcomer

    I will manage with it for now

    Thank you again for your time and patience

    Cheers

This discussion has been closed.
Back To Top