1. IMPORTANT:
    We launched a new online community and this space is now closed. This community will be available as a read-only resources until further notice.
    JOIN US HERE
NOTICE:

Our Traktor Pro Public Beta is available again in our new online community. Join us if you want to try new features.

MORE INFO

New display mods.

Discussion in 'KONTROL S5/ KONTROL S8' started by kokernutz, Dec 1, 2017.

  1. kokernutz

    kokernutz Active Member

    Messages:
    446
    Pushed out an update for Traktor Pro 3.0.2.

    I still need to work on MixerFX for D2/S8!

    Should have time/motivation this weekend.
     
    • Like Like x 1
    • Dislike Dislike x 1
  2. kokernutz

    kokernutz Active Member

    Messages:
    446
    In the prefs file, change camelotKey to false:
    Code:
    readonly property bool camelotKey: true
     
    • Like Like x 1
  3. Antonio Vieira

    Antonio Vieira New Member

    Messages:
    7
    Great man! I can't wait ;)
    You doing a great job for D2, thanks :thumbsup::thumbsup::thumbsup:
     
    • Like Like x 1
  4. Nick Moon

    Nick Moon NI Product Owner

    Messages:
    162
    As soon as I've finished migrating my mods to TP 3 I'll be taking a look at this as well. When I tried doing something with Shift+Filter on the S8 ages ago I ended up giving up - I found on the S8 the Filter buttons behave differently to other buttons, maybe to do with the fact the S8 mixer can be used stand alone, unlike the S5 mixer. So unless I've missed something and someone has now resolved this?
     
  5. Booker

    Booker NI Product Owner

    Messages:
    30
    Just to report the mods work OK on S8 for Traktor Pro 3.0.2.

    Thank you for your effort Kokernutz.

    I hate the original NI screens but love your mods.

    NI should give you some compensation or at least recognition.
     
  6. Disco Danny

    Disco Danny NI Product Owner

    Messages:
    39
    i've got a very stupid question. I can't find the map (qml/Screens/Defines/Prefs.qml).
    It simply does not exist on my Traktor 3.0.2 setup, what am I doing wrong?
     
  7. snowseals

    snowseals NI Product Owner

    Messages:
    94
    Maybe this helps?
    See pic below:
    [​IMG]
     
  8. snowseals

    snowseals NI Product Owner

    Messages:
    94
    I've made a quick lil' video demo on the S8 in combo with the latest screenhack of Kokernutz/Traktor Pro 3:

     
    • Like Like x 1
  9. Disco Danny

    Disco Danny NI Product Owner

    Messages:
    39
    Thanks for your message 'snowseals'. I checked it once again in the right map but it really is not there on my pc. See attached pic below.
    Maybe it is because i use an S5 and 2 D2's, and not a S8?
     

    Attached Files:

  10. ErikMinekus

    ErikMinekus NI Product Owner

    Messages:
    966
    That file is part of kokernutz' mod, so you need to install the latest version to get it.
     
    • Like Like x 1
  11. Dimastii

    Dimastii New Member

    Messages:
    21
    can you drop a copy of your qml folder? I also have s8 and I would like to try these mods!
     
  12. snowseals

    snowseals NI Product Owner

    Messages:
    94
    • Like Like x 1
  13. Dimastii

    Dimastii New Member

    Messages:
    21
  14. Dimastii

    Dimastii New Member

    Messages:
    21
    Tell me how in this mode you can correct the display of the name of the tracks? Now there is an artist name in the left column and a track name with the right (this is if tags are registered) I would like the title of the track along with the performer to be in the same line (without dividing into artist and title) so if the tags in the title were deleted? and then the file would be displayed on the display in the same way as it is displayed in the folder.
     
  15. guus groenewegen

    guus groenewegen New Member

    Messages:
    3
    • Like Like x 1
  16. thespirit

    thespirit New Member

    Messages:
    7
    Heyyy Nick, look what will happen in Traktor Pro 3.1, I think you already recognised it? :)

    https://djtechtools.com/2019/01/24/...allel-waveforms-s4-mk3-standalone-mixer-mode/

    do you think it will be possible to have the 2 or 4 parallel waveform view on one kontrol d2?

    Hey Native Instruments??, will there be an layout-update for the Kontrol D2 too for Traktor Pro 3.1??

    Greetings
     
    • Like Like x 1
  17. Nick Moon

    Nick Moon NI Product Owner

    Messages:
    162
    This is good news from a TP3 perspective...

    And with the other stuff they've announced they've covered some mass market appeal as well as higher end.

    My predictions:

    1. They won't attempt to provide this for the D2/S8 controller screens - we've seen no sign of even bug fixes. I'd so like to be wrong.

    2. The S8 will be discontinued within the next few months - the stand alone mixer update for the S4Mk3 makes the S8 even more redundant, as they can sell TP3.1+S4Mk3+F1 for a solution that will do Remix Deck & Stems stuff better, because they've not attempted to get it right with D2 & S8. I wouldn't be surprised if a beefed up F1 is planned.

    What I will do is look again at the work I started on parallel waveforms for the D2/S8 to see if it can be made to work in some fashion...
     
    • Like Like x 1
  18. Kenny N.

    Kenny N. New Member

    Messages:
    3
    Is there a way to change the elements on the Browser Screen? I wanted to switch the Artist to Comments.
     
    • Like Like x 1
  19. P3sm3t3

    P3sm3t3 New Member

    Messages:
    1
    Hello,i have traktor s5,i want to set pads to stay on or blink,and set button to move loop in and loop out /16 from browser knob.
    Pls hellp me sory for my english
     
  20. DJJL

    DJJL NI Product Owner

    Messages:
    162
    Hi,
    Can you help me about this :
    Before with TP2 : I have a reset Key when load new track.
    Now with TP3, this line it's not ok :-/

    DeckHeader.qml :
    AppProperty { id: propArtist; path: "app.traktor.decks." + (deck_Id+1) + ".content.artist" }
    AppProperty { id: propTitle; path: "app.traktor.decks." + (deck_Id+1) + ".content.title"
    // ### REM : Permet un reset du pitch quand le titre du morceaux change ###
    onValueChanged : keyValue.value = 0.0
    }

    Have you idea ?
    Thanks