Skip to content
/ mixxx Public
forked from mixxxdj/mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

Holzhaus/mixxx

This branch is 12091 commits behind mixxxdj/mixxx:main.

Folders and files

NameName
Last commit message
Last commit date
Mar 19, 2021
Dec 15, 2020
Mar 19, 2021
Mar 16, 2021
Mar 9, 2021
Mar 19, 2021
Mar 20, 2021
Mar 19, 2021
Jun 11, 2020
Dec 15, 2020
Sep 7, 2020
Jan 16, 2020
Mar 9, 2021
Feb 11, 2020
Dec 15, 2020
Dec 17, 2020
Feb 22, 2021
Jan 18, 2021
Mar 20, 2021
Apr 30, 2016
Dec 31, 2020
Apr 11, 2020
Dec 31, 2020
Dec 18, 2018
Sep 15, 2019
Mar 8, 2021
Feb 11, 2020
Jan 10, 2021

Repository files navigation

Mixxx

GitHub latest tag Packaging status Zulip chat Donate

Mixxx is Free DJ software that gives you everything you need to perform live DJ mixes. Mixxx works on GNU/Linux, Windows, and macOS.

Quick Start

To get started with Mixxx:

  1. For live use, download the latest stable version.
  2. For experimentation and testing, download a development release.
  3. To live on the bleeding edge, clone the repo: git clone https://github.com/mixxxdj/mixxx.git

Roadmap

The Mixxx team is hard at work on Mixxx 2.3. The best place to keep track of 2.3 development is the 2.3.0 milestone page on Launchpad.

A more general roadmap can be found on the wiki.

Bug tracker

The Mixxx team uses Launchpad to manage Mixxx development.

Have a bug or feature request? File a bug on Launchpad.

Want to get involved in Mixxx development? Assign yourself a bug from the easy bug list and get started!

Compiling on Linux

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

Please see our helpful guide on the wiki for more information: Compiling on Linux

Compiling on MacOS

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

Please see our helpful guide on the wiki for more information: Compiling on MacOS

Compiling on Windows

Build Requirements

  • Windows 7 or later
  • MS Visual Studio 2019 (Community Edition is free of charge)
  • At least 10G free diskspace
  • To create an .msi installer, you need to install the WiX toolkit from https://wixtoolset.org/releases/

Setup your build environment

  1. Download these sources (using git checkout as described in Using Git)
  2. Run the batch file tools\windows_buildenv.bat
  3. Start Visual Studio, choose "Open a local folder" select the mixxx directory containing CMakeSettings.json
  4. Menu "Project" -> "Generate Cache for mixxx"
  5. Select the build configuration in the toolbar (x64__portable is recommended)
  6. Menu "Build" -> "Build All"

Creating an .msi installer (optional)

  1. Than open the Visual Studio 'Developer Command Prompt' by Menu -> "Tools" -> "Command line" -> "Developer Command Prompt"
  2. Go to your build directory, e.g. by "cd .\build\x64-portable"
  3. Run "cpack -G WIX"

Please see also our helpful guide on the wiki for more information: Compiling on Windows

Documentation

For help using Mixxx, there are a variety of options:

Translation

Help to spread Mixxx with translations into more languages, as well as to update and ensure the accuracy of existing translations.

Community

Mixxx is a vibrant community of hackers, DJs and artists. To keep track of development and community news:

License

Mixxx is released under the GPLv2. See the LICENSE file for a full copy of the license.

About

Mixxx is Free DJ software that gives you everything you need to perform live mixes.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.4%
  • JavaScript 27.1%
  • C 6.3%
  • Shell 2.0%
  • CMake 1.5%
  • Makefile 1.3%
  • Other 2.4%