Ever since Traktor 3.9.0 release the binary unifies x86_64
and arm64
binaries. I have been experiencing massive Lags and unresponsiveness when launching the newer arm binaries. I extracted them with lipo
to verify, and found the x86_64
with Rosetta to be much more responsive.
I'm unsure if anyone else is experiencing this, but if they are, here are the steps to strip the Traktor
binary of the arm64
compilation target (assuming you xcodetools):
- Open a Terminal.
cd /Applications/Native\ Instruments/Traktor\ Pro\ 3/Traktor.app/Contents/MacOS
cp Traktor Traktor.bak
sudo lipo -thin x86_64 Traktor.bak -output Traktor
I hope this is useful to someone. I am sure Native Instruments is already aware of the issues on arm Macs.