snippetbashTip
mixxx — Free and open source cross-platform DJ software. See also: `lmms`. More information: <https://mixxx.
Viewed 0 times
commandmixxxandsourcecliopencrossfree
Problem
How to use the
mixxx command: Free and open source cross-platform DJ software. See also: lmms. More information: <https://mixxx.org/manual/latest/chapters/appendix.html#command-line-options>.Solution
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 --fullScreenStart in safe developer mode to debug a crash:
mixxx --developer --safeModeDebug a malfunction:
mixxx --debugAssertBreak --developer --loglevel traceStart 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 --helpCode Snippets
Start the Mixxx GUI in fullscreen
mixxx --fullScreenStart in safe developer mode to debug a crash
mixxx --developer --safeModeDebug a malfunction
mixxx --debugAssertBreak --developer --loglevel traceStart 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}}Context
tldr-pages: common/mixxx
Revisions (0)
No revisions yet.