Software for Arduino that interfaces analogue inputs with Mixxx.
Find a file
2024-01-26 15:22:25 +01:00
console added edges 2024-01-26 15:22:25 +01:00
mixxx_controller cleaned messages 2024-01-17 03:37:45 +01:00
mixxx_controller_with_mux cleaned messages 2024-01-17 03:37:45 +01:00
LICENSE Add LICENSE 2023-07-11 01:47:52 +00:00
README.md added README 2023-07-11 12:56:16 +02:00

A simple project that transform an Arduino Leonardo (or similar boards based on ATmega32u4) in a mixing console for open source Mixxx DJ software.

Attach some potentiometers to analogue inputs (you can alter the inputs in the first part of the sketch - there is no real difference between knobs and sliders, it's just the structs name), plug the Arduino then open Mixxx and open the preferences. You should see a new entry under "Controllers".

After that you have to "train" Mixxx to recognize the various sliders and knobs: click "Learning Wizard" and then follow the instructions!

To do: add some digital inputs for buttons and switches.