kokernutz / traktor-kontrol-screens

Replacement screens for the Native Instruments Traktor Kontrol D2, S5, and S8
102 stars 40 forks source link

Feature requests / help offered #30

Open marius311 opened 5 years ago

marius311 commented 5 years ago

First, thanks for this mod, this is reviving my love of my S5! Second, I have a couple of features requests I was wondering if it would be possible to get? FWIW, I have some technical knowledge myself and wouldn't mind hacking around with this a bit, if these aren't anything you were interested in doing then perhaps you could just give me a nudge in the right direction of how to figure out how to implement any of these?

skymakai commented 5 years ago

+1 for Prefs to change tempo in .5 BPM increments. +1 for mixer effects to show names.

jamusjae commented 5 years ago

S5 Mods would be great +1 for Mixer Effects to Work +1 For 0.5 BPM changes

sandmankfmf commented 3 years ago

I have changed "MFX1", "MFX2" to the same names of effects as in Traktor (DLDL, NOISE and so on) by adjusting two files: Screens/Defines/Prefs.qml The line with a comment "// do not change FLTR" looks like this now: readonly property variant mixerFXNames: ["FLTR", "RVRB", "DLDL", "NOISE", "TIMG", "ALL"]

And another one file in the same location for colors (Colors.qml): readonly property variant mixerFXColors: [colors.colorMixerFXOrange, colors.colorMixerFXRed, colors.colorMixerFXGreen, colors.colorMixerFXBlue, colorMixerFXYellow, colors.colorMixerFXBlue]

BTW: I have adjusted on my S8 Filter FX knobs to select these effects with a shift + FX knob: https://www.native-instruments.com/forum/threads/changing-the-effects-on-the-filter-knobs.451665/#post-2102459