-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pioneer Ddj Rb
The Pioneer DDJ-RB is a USB controller with a built in sound card. It is a class compliant HID but the sound card is proprietary.
You can download the latest drivers and firmware from https://www.pioneerdj.com/en/support/software/DDJ-RB/.
The sound card is proprietary and there are no drivers available for Linux. The HID, however, can be used after adding the following udev rule (eg. to /etc/udev/rules.d/mixxx.usb.rules )
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTRS{idVendor}=="2b73", GROUP="users", MODE="0660"
There is a preliminary mapping at https://github.com/jbramsden/DDJ-RB-MIXXX which could be used as a starting point. Failing that, check out DDJ-SB2 as well (Forum link)
Mixxx is a free and open-source DJ software.
Manual
Hardware Compatibility
Reporting Bugs
Getting Involved
Contribution Guidelines
Coding Guidelines
Using Git
Developer Guide
Creating Skins
Contributing Mappings
Mixxx Controls
MIDI Scripting
Components JS
HID Scripting