logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control DJ Mixing - Free DJ Software | Online Free DevTools by Hexmos

Control DJ mixing with Mixxx, the free and open-source DJ software. Fine-tune audio, use controller mappings, and debug with ease. Free online tool, no registration required.

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

See Also