This is a personal repository I created to motivate people to use Numark NV with Mixxx.
The master branch of this repository is responsible for adding scripts for that purpose, and upstream changes are very infrequent.
Also, only the following files are edited in this repository.
res/controllers/Numark-NV.midi.xml
res/controllers/Numark-NV-controller-scripts.js
- Research about can write ES6.
- Rewriting ES6
- Or CoffeeScript
- Ubuntu 20.04 LTS
- DOOM Emacs
- Mixxx on Flatpak from repository Flathub
master
: For now, what we are currently able to move.- any other branches : My work in progress branches.
upstream
remote : upstream repository, or this mixxxdj/mixxx
Forgive me for being an amateur mix on Mixcloud:
- unknown 28
- Global Game Jam 2019 in Sapporo - Morning Shot Mix
- Love for "the music Laboratyr cube" has gone idle Mix
- Kita! Beats vol.1 ReTake
In addition, the following documents are the same as the mainstream ones.
Mixxx is Free DJ software that gives you everything you need to perform live DJ mixes. Mixxx works on GNU/Linux, Windows, and macOS.
To get started with Mixxx:
- For live use, download the latest stable version.
- For experimentation and testing, download a development release.
- To live on the bleeding edge, clone the repo:
git clone https://github.com/mixxxdj/mixxx.git
The Mixxx team uses Github Issues to manage Mixxx development.
Have a bug or feature request? File a bug on Github.
Want to get involved in Mixxx development? Assign yourself a bug from the easy bug list and get started!
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
.
For help using Mixxx, there are a variety of options:
Help to spread Mixxx with translations into more languages, as well as to update and ensure the accuracy of existing translations.
Mixxx is a vibrant community of hackers, DJs and artists. To keep track of development and community news:
- Chat with us on Zulip.
- Follow us on Twitter and Facebook.
- Subscribe to the Mixxx Blog.
- Post on the Mixxx forums.
Mixxx is released under the GPLv2. See the LICENSE file for a full copy of the license.