Hi Traktfolks!
I am trying desperately to remap the Mix knob on my S2 to wet effects 2, with no luck.
Is that button somehow locked?
Managed to remap Sample knob to wet effects 1 easily though
Thank you in advance
G.
Check the MIDI indicator on the top. If it blinks as you move the knob then it is midi. By looking at the Controller Manager, the chances are slim though. It is likely a hardware coded knob.
It's available in the qml mapping files.
Open up the file '…\Native Instruments\Traktor Pro 4\Resources64\qml\CSI\S2MK3\S2MK3Mixer.qml'
Line 11:
Wire { from: "s2mk3.mixer.cue_mix"; to: DirectPropertyAdapter { path: "app.traktor.mixer.cue.mix"; } }
Change it to
// Wire { from: "s2mk3.mixer.cue_mix"; to: DirectPropertyAdapter { path: "app.traktor.mixer.cue.mix"; } } Wire { from: "s2mk3.mixer.cue_mix"; to: DirectPropertyAdapter { path: "app.traktor.fx.2.dry_wet"; } }
This will fix it for your current Traktor version. Once you update, you will have to repeat the procedure.
Thank you for your help but cannot find such a directory on my Mac even using the search tool inside the Traktor Pro 4 folder.
I am a windows user, so i don't know for certain: There should be an object/archive in the TP4 folder that contains all the qml files. You should be able to open/enter and locate the relevant file.
Can you post screenshot of the TP4 folder (and subfolders)?
I know for sure that the files are somewhere, even for macOS.
There are not .qml files on TP4 folder in macos, only a fair long list of .xps files.
Thank you for helping out though!
Keep us posted.
@Stevan : I know i asked you this before but can't find the answer anymore. How do you access the qml files on macOS?
Right click on the app (in the Applications folder) and then select "Show package contents" :)
Yes. :)
Bookmarking this thread. Just in case my mind gets holes.