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

S8/S5 Display Mods

Discussion in 'KONTROL S5/ KONTROL S8' started by Sydes, Jul 20, 2016.

  1. TMJigsaw

    TMJigsaw New Member

    Messages:
    11
    Ah gotcha. I'm not actually sure, I've only worked on Sydes's version which has the relevant code in DeckHeader but I didn't see it when I glanced through Erik's version. I'm sure @ErikMinekus would be able to tell you where to add the code. Also, @GugC is working on a similar mod and might also be able to help.
     
  2. ErikMinekus

    ErikMinekus NI Product Owner

    Messages:
    966
    • Like Like x 1
  3. Komponent

    Komponent New Member

    Messages:
    1
    @Sydes

    Is it possible to get rid of the hundredths of seconds on the track remain time? I've tried deleting the line out from the file, but all the countdowns disappear instead.

    Thanks!
     
    • Like Like x 1
  4. Bizznizz

    Bizznizz NI Product Owner

    Messages:
    81
    @ErikMinekus

    I tried the Nexus Edition it works perfectly, & it feets to my needs except the browser view. I would like to have "genre" column instead of "BPM", and bigger text.

    Is it possible? & how i have to do?
     
    Last edited: Oct 12, 2016
  5. gillster11

    gillster11 NI Product Owner

    Messages:
    80
    Would there be any chance any of you guys that's doing these mods be able to do a full spectrum view instead of a couple of colours
     
  6. ErikMinekus

    ErikMinekus NI Product Owner

    Messages:
    966
    @Bizznizz it's not possible to display genre in the browser. If you want bigger text I guess you just have to go back to the original browser with the 7 items.

    @gillster11 no, Traktor renders the waveform, so you have no control over it. Also the display may even only be able to render 65000 colors, instead of the 16.7 million your laptop screen can render.
     
    • Like Like x 2
  7. TMJigsaw

    TMJigsaw New Member

    Messages:
    11
    In the function stringTimeConvert() in DeckHeader.qml change
    return ("-" + minStr + ":" + secStr + ":" + thoStr);​
    to
    return ("-" + minStr + ":" + secStr);​
     
    • Like Like x 2
  8. MichaelKMusic

    MichaelKMusic NI Product Owner

    Messages:
    354
    It would be nice if this worked on the D2's as well I love how clean it is :D
     
  9. TMG

    TMG New Member

    Messages:
    11
    Hi @TMJigsaw,
    I was trying to change the "thousends" to "tenth" but don't know how.
    So I want instead of 5:34:564 --> 5:34:563 --> 5:34:562 ... , I want 5:34:5 --> 5:34:4 --> 5:34:3 ...
    I know I have to replace the <thoStr> with something but I don't know with what.

    Thx for the help.
     
    • Like Like x 1
  10. TMJigsaw

    TMJigsaw New Member

    Messages:
    11
    I
    In the function stringTimeConvert() in DeckHeader.qml change
    var tho = Math.floor((seconds % 1) * 1000);​
    to
    var tho = Math.floor((seconds % 1) * 10);
    Then delete these lines:
    if (tho < 10) { thoStr = "0" + thoStr; }
    if (tho < 100) { thoStr = "0" + thoStr; }
    That should do it.
     
    • Like Like x 2
  11. TMJigsaw

    TMJigsaw New Member

    Messages:
    11
    I don't see why it wouldn't. Does it display anything at all?
     
  12. Witzman

    Witzman NI Product Owner

    Messages:
    98
    Anyone have Problems with 2.11? I have just updated (and saved QML folder before).
    When copying back the backup qml after update screens of S8 remain black.
    Even when i try to apply the patches from this thread here into a fresh install screens stay black.

    Can anyone upload their qml folder, when its working on 2.11?
     
  13. ErikMinekus

    ErikMinekus NI Product Owner

    Messages:
    966
    Last edited: Oct 13, 2016
  14. MichaelKMusic

    MichaelKMusic NI Product Owner

    Messages:
    354
    no its completely scrambled with my d2's on 2.10.3.
     
  15. karamel1979

    karamel1979 New Member

    Messages:
    4
    https://github.com/ErikMinekus/trak...xus#diff-80bd23594ef6aceb76daaa07e0ac8820L238

    Hello again ErikMinekus. I don't want to upset you, but i can not manage to understand what to do where you point me. You named the first number bars and the second beats. How do i name the third one? Plus you say there : bars egual beats/4. I don't have a clue what to do. Pls help me if you have time and mood. Excuse my english, i am not native.
     
    Last edited: Oct 13, 2016
  16. TMJigsaw

    TMJigsaw New Member

    Messages:
    11
    Is it a problem only with my BrowserFooter.qml file or with Sydes's or Erik's entire package?
     
  17. skymakai

    skymakai Member

    Messages:
    45
    Just setup the Nexus screens on 2.11. Looks good!

    I also wanted to reduce the decimal count of the track time counter. IMHO it seems useless to have thousandths, or even hundredths of a second, continuously blurring on the screen.
    I couldn't find "stringTimeConvert()" in the DeckHeader.qml.... and for good reason. It's in the DeckFooter.qml!

    Here's what I put in:

    // Footer changed for tenths decimal
    var ms = Math.floor((seconds % 1) * 10);
    // Commented out the next lines
    /* var msStr = ms.toString();
    if (ms < 10) msStr = "0" + msStr;
    if (ms < 100) msStr = "0" + msStr; */

    Works great!
     
  18. skymakai

    skymakai Member

    Messages:
    45
    @TMJigsaw, is this working on 2.11? And, which files would one replace, once they've downloaded your .zip from Github?

    Your 'readme' doesn't have any install instructions.
     
    Last edited: Oct 14, 2016
  19. GugC

    GugC New Member

    Messages:
    3
    Hi all, attached is my consolidated version running on S8 / 2.11 / Sierra. This mod is based on @ErikMinekus’s Nexus player / @sydes’s browser view with some additional tweaks that suits my style of Djing

    Some minor changes:
    (Deck Header)
    - Showing comments tag instead of Key text
    - Master deck will show MASTER instead of beat counter
    - Adding 1 bar to the beat Beat/Bar countdown (Same as Traktor)
    - FLUX indicator

    (Deck Footer)
    - Deck indicator has been relocated to make room for the header comments tag
    - Quantize indicator redirected to Quant instead of Snap
    - Replaced original master Indicator with tempo range as I’m connecting external devices to my S8
    - Fade out Marker in Red (Personal thing. I use fadeout cuepoint as an outro marker)
    - Still working on a postfader on-air indicator like the CDJ jog rings
    2.11 Master.JPG
    2.11 Deck.JPG

    (Browser)
    - Scroll bar out for extra text space
    - Incorporated the Deck beat/bar counter in the footer (credit to @TMJigsaw)
    - personalized key match section (Green: full match, Purple: energy swap 10A-> 1B)
    2.11 Browse.JPG

    Link:
    https://www.dropbox.com/s/nxygy5uz5om67u4/S8 2.11.zip?dl=0

    Djing always come down to preference and this mod has worked very well that feeds most information I need. Not perfect but it gets the job done. Feel free to customize and share yours

    Have a great weekend guys
     
    Last edited: Oct 15, 2016
  20. TMJigsaw

    TMJigsaw New Member

    Messages:
    11
    This only works on 2.10.3 at the moment. You just replace the Screens folder in C:\Program Files\Native Instruments\Traktor 2\Resources64\qml with the one from github. Backing up the original would be a good idea.