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

MixerFX with QML code ?

Dieses Thema im Forum "KONTROL S5/ KONTROL S8" wurde erstellt von Jike, 24. Oktober 2018.

  1. Jike

    Jike NI Product Owner

    Beiträge:
    103
    not so easy to do...
     
  2. Tazlock

    Tazlock New Member

    Beiträge:
    8
    Hi Guys, a big thank you to everybody here who is helping us non-technical folks get these things sorted! :D

    I own an S8 and would love to be able to use the filter FX from the controller.
    So I installed the files the way it says on Github but I can't get cycle through the Filter FX using SHIFT & FILTER button :(
    Any thoughts on what I might have done wrong?
     
  3. Disco Danny

    Disco Danny NI Product Owner

    Beiträge:
    39
    In which file does this need to be changed? channel.qml or mixer.qml
     
  4. Jike

    Jike NI Product Owner

    Beiträge:
    103
    channel.qml
     

    Anhänge:

    • Like Like x 1
  5. psychoactive

    psychoactive New Member

    Beiträge:
    7
    Any plans on updating that page with mods for updated versions of traktor ?

    Thanks in advance!
     
  6. Jike

    Jike NI Product Owner

    Beiträge:
    103
    Not yet tested with the new release of TP3...
     
  7. AcidAlex303

    AcidAlex303 NI Product Owner

    Beiträge:
    168
    Any update on this? Did you figure out a way to change MasterFX without affecting the filter on/off LED button status?
     
  8. Adriano Nadalin

    Adriano Nadalin New Member

    Beiträge:
    8
    Doubt:

    when using the mixer FX on a specific s8 channel, does the FX goes only to the track on that deck or to the "master" and all tracks playing?
     
  9. AcidAlex303

    AcidAlex303 NI Product Owner

    Beiträge:
    168
    Just that deck
     
  10. shamoo!

    shamoo! NI Product Owner

    Beiträge:
    53
    This is great work Kokernutz, I just installed and loving it so far.

    I just have 3 questions

    1. Is the key match feature suppose to grey out all the keys that don't match the current song playing? I've tried enable and disabled the feature in the prefs file but the key colours don't seem to change at all. Maybe I misunderstand what is supposed to happen.

    2. Could you give me a tip on how to remove the amount of items I can sort the browser by. For my needs I only need to sort it by, #, key and genre.

    3. Is it possible to remove or re-arrange the colums in the browser? I don't need to see the BPM, or ratings and I'd like the first colum to be artist then song title.

    Cheers :)
     
  11. kokernutz

    kokernutz Active Member

    Beiträge:
    446
    Thanks shamoo!!

    To be perfectly honest, I picked up an S4 MK3 and I probably will not be updating the D2/S5/S8 mods anymore.

    However, I can answer some questions

    1) Do you have a master deck set and playing? Otherwise, the key match guides will not work.
    2) Interesting request. If you edit the file qml/Screens/S8/Views/Browser/BrowserFooter.qml and remove the options from lines 20 and 21, it may work. (For example, if you no longer want to sort by title, remove 5, from line 20 and "Title", from line 21. Don't forget to remove the commas after the 5 and "Title".
    3) Yes, it's possible but the code would need to be updated, and that is something I am not interested in working on. Can someone else help him out?
     
  12. shamoo!

    shamoo! NI Product Owner

    Beiträge:
    53
    I didn't have the master deck set, its working now.

    No worries about updating the mods, i'll use yours as a template and should be able to figure things out over time.

    Thanks for the tips :thumbsup: