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.

Dieses Thema im Forum "KONTROL S5/ KONTROL S8" wurde erstellt von kokernutz, 1. Dezember 2017.

  1. Disco Danny

    Disco Danny NI Product Owner

    Beiträge:
    39
    Sorry guys, I still run on version 3.2.0.60 and that is stable and works like a charm. So maybe downgrade to that version would be the best solution for now?
     
  2. swendicci

    swendicci New Member

    Beiträge:
    4
    I update traktor because its crashed tzo many times, so i wiil stay on new version and wait for update of mods:) but what a work, i just love look of waveforms in your mode
     
  3. Jike

    Jike NI Product Owner

    Beiträge:
    103
    So cute ;) You still believe in Santa !! loooool

    Seriously, i'm waiting for your 3.3 update. Original screens sucks !!!

    Thanks for your work.
     
  4. Group525bd

    Group525bd NI Product Owner

    Beiträge:
    3
    Hello all,

    Will any of you have good stable S5 screen mods for 3.3, like what kokernutz or Disco Danny have done for 3.2?

    Trying to upgrade in this isolation world)
     
  5. Jike

    Jike NI Product Owner

    Beiträge:
    103
    • Like Like x 1
  6. Group525bd

    Group525bd NI Product Owner

    Beiträge:
    3
    :D Just finished going through the 3.3 qml and comparing/merging all the files from kokernutz mods. This qml works now for 3.3: https://github.com/DjGuyRaphael/tra...b/master/qml-S5-Traktor3.3-kokernutz-Mods.zip

    Will try yours as well, thx!
     
    • Like Like x 1
  7. Jike

    Jike NI Product Owner

    Beiträge:
    103
  8. a5tr0

    a5tr0 NI Product Owner

    Beiträge:
    51
    Hi dear modders :)

    I need a hint with some code...

    While displaying /processing/ left deck (lets say "deck_Id = 0" / deck A is visible on left display), is it possible to get information, which deck_Id is displayed on the right display (to get info, whether it is B or D / 1 or 3/ ?

    Screens\S8\Views\Deck\DeckHeader.qml: "deck_Id" = actual displayed deck, but I want information, which deck is displayed on the opposite display

    Is there some variable of "active deck display.left/right" to get displayed deck_id?

    Thanks for any feedback :)
     
  9. Aleix Jiménez

    Aleix Jiménez Active Member

    Beiträge:
    345
    Hey a5tr0 , it is possible but it is trickier than what it seems.
    The idea is that there's a main mapping file, let's say the S5.qml, and this one contains submodules (left side & right side), and those sides contain 3 more submodules (screen, focused deck, unfocused deck).
    What you want to do is that one side gets the info from the other side, which is exactly what the browser cross-display interactions code lines do in the S5.qml file (with alias variables in the submodules to be used in their parent files // using submoduleName.variable calls in the parent file).
    I hope that you find this information helpful! :):thumbsup:

    (By the way, you may find this approach in my supreme edition files, because it was necessary to do exactly what you want to do to duplicate the opposited side focused deck ;))
     
    Zuletzt bearbeitet: 12. April 2020
    • Like Like x 1
  10. a5tr0

    a5tr0 NI Product Owner

    Beiträge:
    51
    Hi Aleix! Many thanks for the response. It was very informative. Maybe I will revisit your patreon btw :)
    Cheers! ;)
     
  11. Disco Danny

    Disco Danny NI Product Owner

    Beiträge:
    39
    Thanks for your hard work. This one works fine.
    Unfortunately it not completely compatible with my mods, so I was trying to find out which specific files need to be manipulated after upgrading to TP3.3.
    Tried to find that out myself but till now with no success. My mods are working but the screens remain black.
    Thanks in advance.
     
  12. Aleix Jiménez

    Aleix Jiménez Active Member

    Beiträge:
    345
    Here's what I found, hope it helps :)
     

    Anhänge:

  13. Disco Danny

    Disco Danny NI Product Owner

    Beiträge:
    39
    Thanks Aleix, I will try to fix it with this additional info.
    May I ask you where you got this info, maybe there's some secrets to reveil there ;-)
     
  14. Aleix Jiménez

    Aleix Jiménez Active Member

    Beiträge:
    345
    You’re welcome! The secret is to compare qml original files of one version with the qml files of the updated version! In my case, for example, I have GitHub desktop installed, and I have a qml original folder as a repository, and after each update, I fetch the files to see if there’s been any code change in the qml files ;)
    upload_2020-5-21_11-46-38.jpeg
     
    • Like Like x 2
  15. Disco Danny

    Disco Danny NI Product Owner

    Beiträge:
    39
    Thanks for unvealing the secret ;-)
    Time for me to also start using GetHub.
    Man, that's a hard job for someone who is not a programmer.:(
     
    • Like Like x 1
  16. Disco Danny

    Disco Danny NI Product Owner

    Beiträge:
    39
    Aleix Jiménez
    Testing around with 3.4 beta. I love that Multiple Column Sorting. That should have been there years ago.
    Did you maybe manage to find out in which qml file or files they coded that new feature?
     
  17. Aleix Jiménez

    Aleix Jiménez Active Member

    Beiträge:
    345
    Not a single clue in the files yet, we’ll have to wait! :)
     
  18. kokernutz

    kokernutz Active Member

    Beiträge:
    446
    I don't think changing the multi column sort order is supported on the D2/S5/S8. There is a small update to 2 files related to sorting, which is probably not to mess up what you set in the main Traktor app.
     
  19. Aleix Jiménez

    Aleix Jiménez Active Member

    Beiträge:
    345
    Exactly! Only 1 BETA has been published though, we’ll see!! Luckily enough this will be possible!
    My guess is that they will introduce an AppProperty for this, just like there is one for sorting column “1” :)
     
  20. Jike

    Jike NI Product Owner

    Beiträge:
    103
    My mod ;) You can find it here : https://maps.djtechtools.com/mappings/8924
     
    • Like Like x 1