Hercules DJ Control MP3e2 translation daemon
Go to file
Neale Pickett a7ba967e48 Verbose device names (for Google) 2014-03-11 19:17:11 +00:00
Makefile s/LDFLAGS/LDLIBS/ 2013-12-26 11:39:26 -07:00
README Verbose device names (for Google) 2014-03-11 19:17:11 +00:00
aac123.c Fix an URB and memory leak 2013-09-15 21:42:33 -06:00
alsa.c remove some debugging 2013-09-15 22:24:08 -06:00
alsa.h try to fix segfaults 2013-09-08 17:45:44 -06:00
dump.h Fix an URB and memory leak 2013-09-15 21:42:33 -06:00
explore.c Flash all the buttons! 2013-09-08 22:47:27 -06:00
hdjd.c Handles a single message, then segfaults 2013-08-07 22:11:55 -06:00
usb.c remove some debugging 2013-09-15 22:24:08 -06:00
usb.h try to fix segfaults 2013-09-08 17:45:44 -06:00

README

Hercules DJ Controller Driver
=============================

This is a 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
---------------------

* Hercules DJ Control MP3 e2
* Hercules DJ Control Steel

Support is planned for:

* Hercules DJ 4Set

Things I won't support:

* Hercules Console Mk2 (works with HID code in Mixxx)
* Hercules DJ Control Instinct (works with Midi code in Mixxx)


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.


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>