1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:22:07 +02:00
tldr/pages/common/mixxx.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

676 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}}

  • Show command-line help:

mixxx --help