Skip to content

Instructions & config to build a standalone Mixxx DJ setup using a Raspberry Pi.

Notifications You must be signed in to change notification settings

EmperorJack/mixxx-pi-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mixxx-pi-config

This project documents the steps I took and configuration files I used to create a standalone Mixxx DJ setup using a Raspberry Pi. It is inspired by the standalone DDJ400 project completed by TimewasterNL, and the instructions & files provided by Fayaaz. The supplied configuration files extend Fayaaz's configuration to customise the menu bar (i3bar) shown at the bottom of the screen, providing buttons to open Mixxx and turn off the system without needing a keyboard. It also makes use of unclutter to hide the mouse pointer after a small time delay.

Hardware components

  • Raspberry Pi 4 Model B (8GB RAM)
  • Raspberry Pi 7" Touch Display
  • SmartiPi Touch 2 case
  • USB DJ controller with in-built sound card (e.g: DDJ400, XONE:K2)
  • Micro SD card (32GB)
  • USB stick with music
  • USB-C power supply (or a USB-C power bank)

Pi Image preparation

  • Download mixxx-pi-gen image to SD card (I used MixxxPiBeta64v1 aka v0.5.0)
  • Insert SD card into the pi

Assembling the hardware components

Connecting to the pi

  • Plug the pi into the power supply, Mixxx should start automatically
  • To interact with the pi, either plug in a USB keyboard (use meta+enter key to open a terminal), or connect it to the internet and use ssh to control it from another computer (user: pi, password: mixxx)
  • To connect the pi to the internet either use an ethernet connection or use raspi-config to configure a wifi connection

Package installation

First, update & upgrade the pi

  • sudo apt update
  • sudo apt upgrade

Next, you'll want to apt-get the following packages:

  • vim (or your preferred editor)
  • i3blocks
  • FontAwesome
  • unclutter

Locale configuration

These steps are easiest using raspi-config with a keyboard on the pi

  • Set keyboard locale to English (US) (or your preferred language)
  • Set timezone to Pacific/Auckland (or your preferred timezone)
  • Set the correct date and time in the command line (e.g: sudo date -s '2022-12-03 15:15:00')

i3 configuration

  • Update the installed i3 config file from the image to match the one in this repo
  • Copy the i3blocks config and script files from this repo
  • Run i3-msg restart to reload changes to i3
  • Once the custom menu bar is shown, the refresh button in the bottom right can be used to reload the bar

Mixxx configuration

The following configuration takes places in the Mixxx preferences window, and in some mixxx config files.

Sound Hardware

  • Configure Master and Cue output to soundcard of controller

Library

  • Enable rescan library on start-up
  • Set library row height to 20px
  • Ensure show Rekordbox library is enabled (if using rekordbox formatted USB stick)

Controllers

  • Make sure to copy any custom controller mapping files to the mixxx user controllers folder (e.g: ~/.mixxx/controllers). You must restart mixxx for the mappings to appear
  • Configure MIDI device in controllers preferences

Interface

  • Modify LateNight skin MinimumSize to match your display (e.g: 800,450 for the Raspberry Pi 7" Touch Display). You can find the config file in the mixxx skins folder e.g: /usr/share/mixxx/skins/LateNight/skin.xml. Before doing this, it's best to copy and rename the skin folder into the mixxx user skins folder (e.g: ~/.mixxx/skins/LateNightCustom). You must restart mixxx for these changes to take effect
  • Open skin settings, uncheck mixer section, set deck size to compact
  • Set locale to system in interface preferences
  • Enable start in full-screen mode

Waveforms

  • Set waveform type to RGB, frame rate to 45, default zoom level to 14.3%

The mixxx.cfg file

  • The latest state of the mixxx software (including preferences & skin settings) is stored in the mixxx.cfg file (e.g: found at .mixxx/mixxx.cfg)
  • When upgrading your image in future, make sure to copy this file from your previous image to save time setting up mixxx again
  • For your convience, a default mixxx.cfg file can be placed in the root directory (e.g: ~/mixxx.cfg), then, you can reset the current mixxx.cfg back to this file by pressing the RESET CONFIG button in the menu bar

Acknowledgements

License

Please refer to each individual configuration file to see the license.

TODO

Expand this README with:

  • More detailed install commands & paths
  • Add some images or video recordings to showcase the pi

About

Instructions & config to build a standalone Mixxx DJ setup using a Raspberry Pi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published