From 7a95a5180fc6850fa2ba8ebd2e81b71b17673185 Mon Sep 17 00:00:00 2001 From: Janek Date: Sat, 19 Dec 2020 19:56:00 +0100 Subject: [PATCH] mixxx: add common page (#4959) --- pages/common/mixxx.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/mixxx.md diff --git a/pages/common/mixxx.md b/pages/common/mixxx.md new file mode 100644 index 0000000000..97759d477d --- /dev/null +++ b/pages/common/mixxx.md @@ -0,0 +1,28 @@ +# mixxx + +> Free and open source cross-platform DJ software. +> More information: . + +- 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`