S4 Mk3 jog wheel led ?
s4mk3
Member Posts: 40 Helper
Jog wheel led off in TT mode and On in Jog mode?
I changed the colour to off in the deckhelpers folder and that works for TT mode. Want to know if there's a way to have the jog led on when I change to Jog mode?
0
Best Answer
-
You will have to adjust another file:
'…\Native Instruments\Traktor Pro 4\Resources64\qml\CSI\S4MK3\S4MK3Deck.qml', line 88
From:
MappingPropertyDescriptor {
id: jogMode
path: deckPropertiesPath + ".jog_mode"
type: MappingPropertyDescriptor.Integer
}To:
MappingPropertyDescriptor {
id: jogMode
path: deckPropertiesPath + ".jog_mode"
type: MappingPropertyDescriptor.Integer
onValueChanged: {
if (value === JogwheelMode.Turntable) { deckColorProp.value = Color.Black; }
else deckColorProp.value = module.deckColor;
}
}1
Answers
-
You will have to adjust another file:
'…\Native Instruments\Traktor Pro 4\Resources64\qml\CSI\S4MK3\S4MK3Deck.qml', line 88
From:
MappingPropertyDescriptor {
id: jogMode
path: deckPropertiesPath + ".jog_mode"
type: MappingPropertyDescriptor.Integer
}To:
MappingPropertyDescriptor {
id: jogMode
path: deckPropertiesPath + ".jog_mode"
type: MappingPropertyDescriptor.Integer
onValueChanged: {
if (value === JogwheelMode.Turntable) { deckColorProp.value = Color.Black; }
else deckColorProp.value = module.deckColor;
}
}1 -
Works great!
thanks you
1 -
Send us a vid? 🙃
0
Back To Top
Categories
- All Categories
- 19 Welcome
- 1.4K Hangout
- 60 NI News
- 761 Tech Talks
- 4K Native Access
- 16.2K Komplete
- 2K Komplete General
- 4.2K Komplete Kontrol
- 5.6K Kontakt
- 1.6K Reaktor
- 373 Battery 4
- 831 Guitar Rig & FX
- 423 Massive X & Synths
- 1.2K Other Software & Hardware
- 5.6K Maschine
- 7.1K Traktor
- 7.1K 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