Forrest logo
back to context overview

mixxx

List of commands for mixxx:

  • mixxx:help mixxx: Show command-line help.
    $ mixxx --help
    try on your machine
    explain this command
  • mixxx:tldr:1078d mixxx: Start the Mixxx GUI in fullscreen.
    $ mixxx --fullScreen
    try on your machine
    explain this command
  • mixxx:tldr:68991 mixxx: Debug a custom controller mapping.
    $ mixxx --controllerDebug --resourcePath ${path-to-mapping-directory}
    try on your machine
    explain this command
  • mixxx:tldr:9ade9 mixxx: Start Mixxx using the specified settings file.
    $ mixxx --resourcePath ${mixxx-res-controllers} --settingsPath ${path-to-settings-file}
    try on your machine
    explain this command
  • mixxx:tldr:b43b5 mixxx: Debug a malfunction.
    $ mixxx --debugAssertBreak --developer --loglevel trace
    try on your machine
    explain this command
  • mixxx:tldr:c5552 mixxx: Start in safe developer mode to debug a crash.
    $ mixxx --developer --safeMode
    try on your machine
    explain this command
back to context overview