1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 12:46:02 +02:00
tldr/pages/common/mixxx.md
Vitor Henrique 46a054215a
pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

666 B

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:

mixxx --resourcePath {{mixxx/res/controllers}} --settingsPath {{path/to/settings-file}}

  • Debug a custom controller mapping:

mixxx --controllerDebug --resourcePath {{path/to/mapping-directory}}

  • Display help:

mixxx --help