Hercules DJ Control MP3e2 translation daemon
Go to file
JosepMaJAZ ce7c770a86 Added support for DJ Console 4-Mx and improved the overall code 2017-01-16 21:09:02 +01:00
Makefile s/LDFLAGS/LDLIBS/ 2013-12-26 11:39:26 -07:00
README Document the broken 4Set 2014-10-25 16:15:58 -06:00
aac123.c Fix an URB and memory leak 2013-09-15 21:42:33 -06:00
alsa.c Added support for DJ Console 4-Mx and improved the overall code 2017-01-16 21:09:02 +01:00
alsa.h Added support for DJ Console 4-Mx and improved the overall code 2017-01-16 21:09:02 +01:00
dump.h Seems to work with MP3e2 again 2014-12-14 21:26:01 -07:00
explore.c Make data buffer bigger 2014-10-25 16:02:23 -06:00
hdjd.c Added support for DJ Console 4-Mx and improved the overall code 2017-01-16 21:09:02 +01:00
log.h Cleaned a bit, lights stopped working 2014-12-14 20:29:21 -07:00
usb.c Added support for DJ Console 4-Mx and improved the overall code 2017-01-16 21:09:02 +01:00
usb.h Added support for DJ Console 4-Mx and improved the overall code 2017-01-16 21:09:02 +01:00

README

Hercules DJ Controller Driver for Linux
=============================

This is a Linux userspace driver for some Hercules DJ controllers.

Originally this was a part of Mixxx,
but in order to issue more timely updates
(not bound to the Mixxx release schedule),
it is now a standalone project.
That means you can use it with any version of Mixxx,
without needing to recompile anything other than this driver.

Since it runs in userspace,
you don't need to keep modifying your kernel to keep it working.
And if the driver crashes,
the rest of your system keeps running.
But please tell me if it crashes!


Supported Controllers
---------------------

The driver currently supports:

* Hercules DJ Control MP3 e2
* Hercules DJ Control Steel

Support is planned for:

* Hercules Console Mk4 (if I can find one cheap enough)

Things I won't support:

* Hercules DJ 4Set (the one Guillemot sent me doesn't even work in Windows)
* Hercules Console Mk2 (already works with HID code in Mixxx)
* Hercules RMX (already works with HID code in Mixxx)
* Hercules DJ Control Instinct (already works with Midi code in Mixxx,
  although I *will* be contributing a mapping for it)


If you have a Hercules device that doesn't "just work" with Mixxx,
send me an email, there's a good chance I can support it with this driver.


How To Run
----------

Also make sure your user can read and write to raw USB devices.
See [this Mixxx wiki page](http://mixxx.org/wiki/doku.php/hercules_dj_control_mp3_e2#usb_hid) for how to do this with udev-based systems (almost every Linux distribution).

Currently, the driver must be started after you plug in a device.
Just run `hdjd` and it will tell you what it found.


Current Issues
--------------

The driver is pretty crappy right now.
If you email me, I'm a lot more likely to fix things.
Even if you just say "hi, I'm using your Hercules driver".

* Driver must be launched after device is plugged in
* It locks up and crashes sometimes

If you find a problem, please, please, pretty-please,
email me <neale@woozle.org>.
Posting on the Mixxx Community Forums is fine too,
maybe someone there can help you,
but I don't check the forums very often.
Sorry.


Thanks
------

Thanks to Guillemot (makers of the Hercules controllers) for sending me
a whole bunch of controllers so I could make a better driver.

Thanks to the Mixxx project for connecting me with Guillemot,
and for providing something interesting to use this driver ;-)

Contact Me
----------

Neale Pickett <neale@woozle.org>