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

S5/S8 needs Spectrum waveform colors on display

Discussion in 'KONTROL S5/ KONTROL S8' started by DJ Namster, Jan 23, 2016.

  1. DJ Namster

    DJ Namster New Member

    Messages:
    5
    Why only ultraviolet, which is not as useful. The screen is capable of showing RGB.
     
  2. Hobo with a Computer

    Hobo with a Computer New Member

    Messages:
    2
    Yea this makes no sense to me and is quite a jip, I love the S8 but its implementation and their followup with features seems lacking!
    +1
     
  3. ratfacedudeguy

    ratfacedudeguy New Member

    Messages:
    21
  4. Michael Clare-Panton

    Michael Clare-Panton New Member

    Messages:
    23
    I agree this is a massive flaw in the S8. UV is unhelpful and is basically just a dodgy port over from the Traktor phone app.

    Slack.
     
  5. Chelvin

    Chelvin New Member

    Messages:
    3
    +1 from me!
     
  6. David Bessant

    David Bessant New Member

    Messages:
    9
    RGB PLEASE! One of the first things I tried to edit :( blue is naff!
     
  7. kfigiela

    kfigiela New Member

    Messages:
    12
    Definitely a hack and not a spectrum view, but still better than blue :) (red bass, green mids, blue highs). Also replaced time with bar counter. Will write a blog post with how-to :)


    DSCF8426.JPG
     
    • Like Like x 2
  8. mfshva

    mfshva NI Product Owner

    Messages:
    817
  9. Dennis Karsten

    Dennis Karsten New Member

    Messages:
    6
    hey how did you do this? and work this on the s8? Please send me the How-To for this "Hack" :) :)
     
  10. kfigiela

    kfigiela New Member

    Messages:
    12
    Yes, it looks like S5 and S8 use the same stuff for driving displays.
     
  11. Dennis Karsten

    Dennis Karsten New Member

    Messages:
    6
    Can you send me a tutorial for this “hack“?
     
  12. kfigiela

    kfigiela New Member

    Messages:
    12
    Will post it here by next weekend (I hope)…
     
    • Like Like x 1
  13. Dennis Karsten

    Dennis Karsten New Member

    Messages:
    6
  14. kfigiela

    kfigiela New Member

    Messages:
    12
    • Like Like x 2
  15. Snubnose

    Snubnose New Member

    Messages:
    2
    Wow that's awesome, instantly makes the waveform a hundred times easier to see.

    Thanks so much for finding this and writing a tutorial!
     
  16. Dennis Karsten

    Dennis Karsten New Member

    Messages:
    6
    thank you!!! your mod runs without any problems on my s8! :) :) :)
     
  17. aldj

    aldj New Member

    Messages:
    4
    Hi Guys,

    I want to use the hack tutorial, but i didn't understand very well. can someone send a more user-friendly step-by-step tutorial of how can we change the waveform color ?

    I'm stuck inside the colors.qml file. Im sure its not only to paste the all under text inside of it.

    diff --git a/Screens/Views/Definitions/Colors.qml b/Screens/Views/Definitions/Colors.qml
    index 295a850..04d4b9f 100755
    --- a/Screens/Views/Definitions/Colors.qml
    +++ b/Screens/Views/Definitions/Colors.qml
    @@ -479,12 +479,16 @@ QtObject {
    // Fuchsia - #ff0032
    { low1: rgba (255, 0, 50, 150), low2: rgba (255, 30, 60, 170),
    mid1: rgba (255, 110, 110, 130), mid2: rgba (255, 125, 125, 160),
    - high1: rgba (255, 210, 220, 140), high2: rgba (255, 220, 230, 160) }
    + high1: rgba (255, 210, 220, 140), high2: rgba (255, 220, 230, 160) },
    + // Spectrum-like colors
    + { low1: rgba (255, 50, 0, 150), low2: rgba (255, 70, 20, 170),
    + mid1: rgba ( 80, 245, 80, 110), mid2: rgba ( 95, 245, 95, 130),
    + high1: rgba ( 30, 85, 170, 255), high2: rgba ( 50, 100, 180, 255)}
    ]
    function getDefaultWaveformColors()
    {
    - return waveformColorsMap[0];
    + return waveformColorsMap[17];
    }
    function getWaveformColors(colorId)


    Thanks
    Cheers
     
    Last edited: Jun 6, 2016
  18. Dennis Karsten

    Dennis Karsten New Member

    Messages:
    6
    Hi! Can you upload your original colors.qml ? I will modify it for you...
     
  19. Snubnose

    Snubnose New Member

    Messages:
    2
    The red lines items are coding that should be removed and the green should be put in its place. Carefully read the link he posted on how to read the files and it will all make sense.
     
    • Like Like x 2
  20. aldj

    aldj New Member

    Messages:
    4
    Hi. Thanks it would be awesome!!

    here is my colors.qml file:

    Thanks a lot mate !!!

    Cheers
     

    Attached Files: