mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
35 lines
779 B
Plaintext
35 lines
779 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# mixxx
|
|
|
|
> Free and open source cross-platform DJ software.
|
|
> See also: `lmms`.
|
|
> 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`
|