A Mixxx controller mapping for the Native Instruments Traktor Kontrol Z1 MK2.
- Go to the Releases page
- Download the latest
infinifox-mixxx-traktor-controller-mappings.zip - Extract the contents to your Mixxx controllers directory
- Restart Mixxx
- Go to Preferences → Controllers and enable your controller
To install dependencies:
bun installTo build:
bun run buildTo install locally:
bun run copyThis will install all controller mappings in ~/.mixxx/controllers
The build process compiles the TypeScript source into JavaScript and copies the XML configuration:
bun run buildReleases are automatically created when you push a git tag:
git tag v1.0.0
git push origin v1.0.0The GitHub Actions workflow will:
- Build the project
- Create a GitHub release
- Upload the compiled files as release assets
You can also manually trigger a release from the Actions tab in GitHub.