Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.16 KB

HardDJ - Arduino Mega based DJ MIDI Controller

using old Harddisks as jog wheels

Have a look to the wiki https://github.com/robelix/hard-dj/wiki for more documentation

Contents:

  • arduino/libraries - Required arduino libs
  • arduino/sketchbook - arduino code
  • encoder - encoder wheels for lasercutting
  • mixxx - MIDI-mapping for mixxx http://mixxx.org/
  • eagle - sketches and pcbs
  • ttymidi - serial to midi tool for linux

License:

CC-BY-SA Roland "robelix" Obermayer http://creativecommons.org/licenses/by-sa/3.0/at/

Tools and libs with diffrent licenses

Encoder wheel generator script

encoder/make_encoder.perl
http://thedenneys.org/pub/robot/encoders/
by Bryce Denney
License: GPL 2 or later

Arduino MIDI lib

arduino/libraries/MIDI/
http://arduino.cc/playground/Main/MIDILibrary
by Francois Best
License: GPL

Arduino Encoder lib

arduino/libraries/Encoder/
http://www.pjrc.com/teensy/td_libs_Encoder.html
by PJRC.COM, LLC - Paul Stoffregen [email protected]
License: MIT

ttymidi

ttymidi/
http://www.varal.org/ttymidi/
by Thiago Teixeira, Jari Suominen
License GPL 3 or later