X1Mk3 - FXPatternPlayer_Knob2 (SoftTakeover Display) FIX
pixel
Member Posts: 232 Advisor
If it bothers anyone that SoftTakeover_Up or Down .gif is not displayed on the screen of the PatternPlayer with Knob2, I have a solution here🙂
go to the following directory:
"C:\Program Files\Native Instruments\Traktor Pro 4\Resources64\qml\Screens\X1MK3\FXScreen.qml"
Make a backup of the file FXScreen.qml and edit it
search: [line: 386]
AnimatedImage { anchors { bottom: parent.bottom right: valueText.left rightMargin: -10 } visible: (softTakeoverDirection !== 0) && hasParameter(lastTouchedKnob) source: softTakeoverDirection === 1 ? "Images/SoftTakeoverUp.gif" : "Images/SoftTakeoverDown.gif" fillMode: Image.PreserveAspectFit } }
insert below:
AnimatedImage { anchors { bottom: parent.bottom bottomMargin: 31 } visible: (softTakeoverDirection !== 0) && hasParameter(lastTouchedKnob) && knobsAreActive && lastTouchedKnob == 2 && isPatternPlayer source: softTakeoverDirection === 1 ? "Images/SoftTakeoverUp.gif" : "Images/SoftTakeoverDown.gif" fillMode: Image.PreserveAspectFit width: 241 }
Tagged:
1
Comments
-
Nice. Haven't seen this display bug before. X1+PatternPlayer is seldom employed by me. Thanks.
1 -
I've seen that it can be even shorter. I have edited the post🙂
1 -
I have to pop that in. Reworking that file anyway…
0 -
My solution:
// Pattern Player view Item { visible: isPatternPlayer && (!knobsAreActive || lastTouchedKnob == 2) anchors.fill: parent // BEGIN NEW SECTION *************************** AnimatedImage { anchors { top: parent.top right: parent.right topMargin: 13 rightMargin: 6 } visible: (softTakeoverDirection !== 0) && hasParameter(lastTouchedKnob) source: softTakeoverDirection === 1 ? "Images/SoftTakeoverUp.gif" : "Images/SoftTakeoverDown.gif" fillMode: Image.PreserveAspectFit } // END NEW SECTION ***************************** Repeater { model: 16 Rectangle { …
1 -
I think your solution is nicer😫😂
I still have a lot to learn🙂
0 -
Me too. 🙂
1 -
Don't say anything, it'll make me feel even stupider😝🤣
1
Back To Top
Categories
- All Categories
- 19 Welcome
- 1.4K Hangout
- 60 NI News
- 731 Tech Talks
- 3.8K Native Access
- 15.8K Komplete
- 1.9K Komplete General
- 4.1K Komplete Kontrol
- 5.5K Kontakt
- 1.5K Reaktor
- 364 Battery 4
- 813 Guitar Rig & FX
- 416 Massive X & Synths
- 1.2K Other Software & Hardware
- 5.5K Maschine
- 6.9K Traktor
- 6.9K 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