tldr/pages/common/mixxx.md

29 lines
666 B
Markdown
Raw Normal View History

2020-12-19 18:56:00 +00:00
# mixxx
> Free and open source cross-platform DJ software.
> More information: <https://mixxx.org/manual/latest/chapters/appendix.html#command-line-options>.
- Start the Mixxx GUI in fullscreen:
`mixxx --fullScreen`
- Start in safe developer mode to debug a crash:
`mixxx --developer --safeMode`
- Debug a malfunction:
`mixxx --debugAssertBreak --developer --loglevel trace`
- Start Mixxx using the specified settings file:
2020-12-19 18:56:00 +00:00
`mixxx --resourcePath {{mixxx/res/controllers}} --settingsPath {{path/to/settings-file}}`
- Debug a custom controller mapping:
`mixxx --controllerDebug --resourcePath {{path/to/mapping-directory}}`
- Display help:
2020-12-19 18:56:00 +00:00
`mixxx --help`