Is there any way to change deck color on Traktor S4 & S3?
Hi, as the title of this post says, I just wanted to ask if there's any way to change the color of decks in my S4MK3.
Also, my partner has a S3 and wants to change the deck color when looping.
Any help is appreciated!
Best Answers
-
Then, it is either on some other files, either they have removed that option.
You have to open all relative files, one by one, to see where it might be.
0 -
This one?
Edit: changing colour when looping is bit more work.
For the S3
'...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\S3\S3Deck.qml', line 18
Change
readonly property var deckColor: Helpers.colorForDeck(module.deckIdx)
Into
// readonly property var deckColor: Helpers.colorForDeck(module.deckIdx) readonly property var deckColor: loopActive.value ? Color.Green : Helpers.colorForDeck(module.deckIdx)
For the S4
'...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\S4\S4Deck.qml', line 22
Change
property var deckColor: Helpers.colorForDeck(deckIdx)
Into
// property var deckColor: Helpers.colorForDeck(deckIdx) property var deckColor: loopActive.value ? Color.Green : Helpers.colorForDeck(deckIdx) AppProperty { id: loopActive; path: "app.traktor.decks." + deckIdx + ".loop.is_in_active_loop" }
Color.Green can also be any other colour, as per my previously posted link above.
3
Answers
-
Check this video and follow instructions
0 -
The "S4MK3Functions.js" file doesn't exist anymore in Traktor Pro 3.9.0
0 -
ok, then check for ...\Resources64\qml\Screens\S4MK3\Views\Colors.qml
open it with a text editor and have a look there.
0 -
I've just checked but this file is for the screen's waveform coloring and musical key coloring.
0 -
Then, it is either on some other files, either they have removed that option.
You have to open all relative files, one by one, to see where it might be.
0 -
This one?
Edit: changing colour when looping is bit more work.
For the S3
'...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\S3\S3Deck.qml', line 18
Change
readonly property var deckColor: Helpers.colorForDeck(module.deckIdx)
Into
// readonly property var deckColor: Helpers.colorForDeck(module.deckIdx) readonly property var deckColor: loopActive.value ? Color.Green : Helpers.colorForDeck(module.deckIdx)
For the S4
'...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\S4\S4Deck.qml', line 22
Change
property var deckColor: Helpers.colorForDeck(deckIdx)
Into
// property var deckColor: Helpers.colorForDeck(deckIdx) property var deckColor: loopActive.value ? Color.Green : Helpers.colorForDeck(deckIdx) AppProperty { id: loopActive; path: "app.traktor.decks." + deckIdx + ".loop.is_in_active_loop" }
Color.Green can also be any other colour, as per my previously posted link above.
3 -
Thanks, It worked!!
1
Categories
- All Categories
- 19 Welcome
- 1.3K Hangout
- 59 NI News
- 677 Tech Talks
- 3.6K Native Access
- 14.9K Komplete
- 1.8K Komplete General
- 3.9K Komplete Kontrol
- 5.1K Kontakt
- 1.5K Reaktor
- 347 Battery 4
- 773 Guitar Rig & FX
- 399 Massive X & Synths
- 1.1K Other Software & Hardware
- 5.1K Maschine
- 6.6K Traktor
- 6.6K Traktor Software & Hardware
- Check out everything you can do
- Create an account
- See member benefits
- Answer questions
- Ask the community
- See product news
- Connect with creators