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

Russe/mixxx

This branch is 1 commit ahead of, 8020 commits behind mixxxdj/mixxx:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2022
May 14, 2021
Jan 21, 2022
Feb 14, 2022
Feb 3, 2022
Feb 22, 2022
Mar 6, 2022
Feb 1, 2022
Dec 6, 2021
Dec 15, 2020
Aug 16, 2021
Jan 16, 2020
Jan 10, 2022
Feb 11, 2020
Dec 15, 2020
Nov 22, 2021
Aug 18, 2021
Feb 14, 2022
Feb 3, 2022
Feb 21, 2022
Aug 18, 2021
Oct 24, 2021
Jan 1, 2022
Apr 11, 2020
Jan 1, 2022
Feb 14, 2022
Feb 11, 2020
Jan 10, 2021

Repository files navigation

Mixxx

GitHub latest tag Packaging status Build status Coverage 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

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!

Building Mixxx

First, open a terminal (on Windows, use "x64 Native Tools Command Prompt for VS 2019"), download the mixxx source code and navigate to it:

$ git clone https://github.com/mixxxdj/mixxx.git
$ cd mixxx

Fetch the required dependencies and set up the build environment (on Windows, macOS and Debian/Ubuntu, you can do that by running tools\windows_buildenv.bat, source tools/macos_buildenv.sh setup or source tools/debian_buildenv.sh setup respectively), then run:

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

There should now be a mixxx executable in the current directory that you can run. Alternatively, can generate a package using cpack.

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++ 56.9%
  • JavaScript 23.7%
  • C 11.6%
  • Shell 2.0%
  • Python 1.7%
  • CMake 1.5%
  • Other 2.6%