Would love to be able to disable Stem loading on a double press
DanteBen
Member Posts: 17 Member
I’m never using stems, and being forced to have stem loading on a double click of the load knob is not great. Live stem separation during a set crunches my CPU and causes audio glitching.
Tagged:
0
Comments
-
Which controller is the above mentioned 'knob' attached to?
Edit: Depending on the answer i can point you to one of two files that you can edit to reinstate the TP3 load function.
0 -
I’m using an S4 Mk3.
0 -
Open the file '…\Native Instruments\Traktor Pro 4\Resources64\qml\CSI\Common\ExtendedBrowserModule.qml' in a good coding editor like notepad++.
Find these lines …
Wire { from: "%surface%.browse.encoder.push"; to: "browser_load_gestures.input" } Wire { from: "browser_load_gestures.single_click"; to: TriggerPropertyAdapter { path: "app.traktor.decks." + deckIdx + ".load.selected"; output: false } } Wire { from: "browser_load_gestures.double_click"; to: TriggerPropertyAdapter { path: "app.traktor.decks." + deckIdx + ".load_secondary.selected"; output: false } }
… and replace all of them with the following line
Wire { from: "%surface%.browse.encoder.push"; to: TriggerPropertyAdapter { path: "app.traktor.decks." + deckIdx + ".load.selected" } }
Don't forget to make a copy of the original qml folder before modifying any of its contents.
2
Back To Top
Categories
- All Categories
- 19 Welcome
- 1.3K Hangout
- 59 NI News
- 706 Tech Talks
- 3.6K Native Access
- 15.2K Komplete
- 1.8K Komplete General
- 4K Komplete Kontrol
- 5.2K Kontakt
- 1.5K Reaktor
- 354 Battery 4
- 783 Guitar Rig & FX
- 403 Massive X & Synths
- 1.1K Other Software & Hardware
- 5.2K 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