Disable X1 MK3 mixer mode
Hello Everyone,
new here.
Is there a way to disable mixer mode?
Thank you!
Best Answer
-
First, make a copy of the following folder, so you have the original files somewhere safe: '...\Native Instruments\Traktor Pro 3\Resources64\qml'
Use a good editor like notepad++, open the file '...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\X1MK3\X1MK3FXSection.qml', go to line 52:
Wire { enabled: module.active from: "%surface%.mode" to: ButtonScriptAdapter { onPress: { switch (module.layer) { case FXSectionLayer.fx_primary: module.layer = (fxMode.value == FxMode.TwoFxUnits ? FXSectionLayer.mixer : FXSectionLayer.fx_secondary); break; case FXSectionLayer.fx_secondary: module.layer = FXSectionLayer.mixer; break; case FXSectionLayer.mixer: module.layer = FXSectionLayer.fx_primary; break; } } } }
now replace both instances of 'module.layer = FXSectionLayer.mixer' with 'module.layer = FXSectionLayer.fx_primary', so that in the end it looks like this:
Wire { enabled: module.active from: "%surface%.mode" to: ButtonScriptAdapter { onPress: { switch (module.layer) { case FXSectionLayer.fx_primary: // module.layer = (fxMode.value == FxMode.TwoFxUnits ? FXSectionLayer.mixer : FXSectionLayer.fx_secondary); module.layer = (fxMode.value == FxMode.TwoFxUnits ? FXSectionLayer.fx_primary: FXSectionLayer.fx_secondary); break; case FXSectionLayer.fx_secondary: // module.layer = FXSectionLayer.mixer; module.layer = FXSectionLayer.fx_primary; break; case FXSectionLayer.mixer: module.layer = FXSectionLayer.fx_primary; break; } } } }
This will make the 'MODE' button toggle between both FX menus (or always remain in the first menu if you didn't activate all 4 Units), instead of going into 'MIXER' mode.
🦋
4
Answers
-
Would love to see it too.
2 -
There is a way via qml (making a note in my modding book).
2 -
0
-
What the steps?
0 -
First, make a copy of the following folder, so you have the original files somewhere safe: '...\Native Instruments\Traktor Pro 3\Resources64\qml'
Use a good editor like notepad++, open the file '...\Native Instruments\Traktor Pro 3\Resources64\qml\CSI\X1MK3\X1MK3FXSection.qml', go to line 52:
Wire { enabled: module.active from: "%surface%.mode" to: ButtonScriptAdapter { onPress: { switch (module.layer) { case FXSectionLayer.fx_primary: module.layer = (fxMode.value == FxMode.TwoFxUnits ? FXSectionLayer.mixer : FXSectionLayer.fx_secondary); break; case FXSectionLayer.fx_secondary: module.layer = FXSectionLayer.mixer; break; case FXSectionLayer.mixer: module.layer = FXSectionLayer.fx_primary; break; } } } }
now replace both instances of 'module.layer = FXSectionLayer.mixer' with 'module.layer = FXSectionLayer.fx_primary', so that in the end it looks like this:
Wire { enabled: module.active from: "%surface%.mode" to: ButtonScriptAdapter { onPress: { switch (module.layer) { case FXSectionLayer.fx_primary: // module.layer = (fxMode.value == FxMode.TwoFxUnits ? FXSectionLayer.mixer : FXSectionLayer.fx_secondary); module.layer = (fxMode.value == FxMode.TwoFxUnits ? FXSectionLayer.fx_primary: FXSectionLayer.fx_secondary); break; case FXSectionLayer.fx_secondary: // module.layer = FXSectionLayer.mixer; module.layer = FXSectionLayer.fx_primary; break; case FXSectionLayer.mixer: module.layer = FXSectionLayer.fx_primary; break; } } } }
This will make the 'MODE' button toggle between both FX menus (or always remain in the first menu if you didn't activate all 4 Units), instead of going into 'MIXER' mode.
🦋
4 -
2
-
Get back to us with your results. 🎧
0 -
Hey @Sûlherokhh,
WORKS! Thank you.
1 -
Thank you so much will try it and tell you
1
Categories
- All Categories
- 19 Welcome
- 1.3K Hangout
- 59 NI News
- 708 Tech Talks
- 3.6K Native Access
- 15.2K Komplete
- 1.8K Komplete General
- 4K Komplete Kontrol
- 5.3K Kontakt
- 1.5K Reaktor
- 356 Battery 4
- 784 Guitar Rig & FX
- 403 Massive X & Synths
- 1.1K Other Software & Hardware
- 5.3K Maschine
- 6.7K Traktor
- 6.7K 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