All Projects → mixxxdj → Mixxx

mixxxdj / Mixxx

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

Programming Languages

C++
36643 projects - #6 most used programming language
javascript
184084 projects - #8 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Mixxx

Webmidikit
Simplest MIDI Swift library
Stars: ✭ 100 (-96.02%)
Mutual labels:  audio, music, midi, mac
Soundcast
Cast audio from macOS to Chromecast
Stars: ✭ 684 (-72.75%)
Mutual labels:  audio, music, mac
Webaudiofont
Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
Stars: ✭ 600 (-76.1%)
Mutual labels:  audio, music, midi
Strawberry
🍓 Strawberry Music Player
Stars: ✭ 972 (-61.27%)
Mutual labels:  audio, music, qt
Bitmidi.com
🎹 Listen to free MIDI songs, download the best MIDI files, and share the best MIDIs on the web
Stars: ✭ 422 (-83.19%)
Mutual labels:  audio, music, midi
Romplayer
AudioKit Sample Player (ROM Player) - EXS24, Sound Font, Wave Player
Stars: ✭ 445 (-82.27%)
Mutual labels:  audio, music, midi
Giada
Your Hardcore Loop Machine.
Stars: ✭ 903 (-64.02%)
Mutual labels:  audio, music, midi
Clubber
Application of music theory in audio reactive visualizations
Stars: ✭ 325 (-87.05%)
Mutual labels:  audio, music, midi
Audiokit
Swift audio synthesis, processing, & analysis platform for iOS, macOS and tvOS
Stars: ✭ 8,827 (+251.67%)
Mutual labels:  audio, music, midi
Jamtaba
Jamtaba is a software to play online music jam sessions.
Stars: ✭ 174 (-93.07%)
Mutual labels:  music, midi, qt
Minibae
The platform-neutral Beatnik Audio Engine, Mini Edition (miniBAE) is an exceptionally mature, well-rounded, and reliable computer music and sound system specially customized for small-footprint and embedded applications.
Stars: ✭ 82 (-96.73%)
Mutual labels:  audio, music, midi
Midiwriterjs
♬ A JavaScript library which provides an API for programmatically generating and creating expressive multi-track MIDI files and JSON objects.
Stars: ✭ 381 (-84.82%)
Mutual labels:  audio, music, midi
Awesome Music Production
A curated list of software, services and resources to create and distribute music.
Stars: ✭ 340 (-86.45%)
Mutual labels:  audio, music, midi
Qlcplus
Q Light Controller Plus
Stars: ✭ 467 (-81.39%)
Mutual labels:  hid, midi, qt
Powertabeditor
A cross-platform guitar tablature editor.
Stars: ✭ 334 (-86.69%)
Mutual labels:  audio, music, qt
Zrythm
a highly automated and intuitive digital audio workstation - official mirror
Stars: ✭ 703 (-71.99%)
Mutual labels:  audio, music, midi
Clementine
🍊 Clementine Music Player
Stars: ✭ 3,089 (+23.07%)
Mutual labels:  music, mac, qt
Musictheory
🎵 Music theory concepts in Go.
Stars: ✭ 53 (-97.89%)
Mutual labels:  audio, music, midi
Audiokitsynthone
AudioKit Synth One: Open-Source iOS Synthesizer App
Stars: ✭ 1,258 (-49.88%)
Mutual labels:  audio, music, midi
Sbplayerclient
支持全格式的mac版视频播放器
Stars: ✭ 110 (-95.62%)
Mutual labels:  audio, music, mac

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.

More Information can be found on the wiki:

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].