Project to turn an old ETR Luna24 Lightingdesk into a modern custom build MIDI Lighting-Controler to use with QLC+ (or any other MIDI Software).
Repository contains the custom software for the controlling PC as well as the code and libraries for the arduino based systems. At some point there may also be custom 3D CAD and QLC+ files available. Currently the following hardware is in use: 2x Arduino Mega (by Elegoo), 2x Arduino Uno
Caution
A lot of the software is incomplete or buggy. Please wait for stable releases before trying to recreate this project, or be willing to search for code issues for hours.
UNO (midi): 1.8.5 pre-alpha
UNO (displays): 1.1.2 pre-alpha
Mega (A): 1.8.3 pre-alpha
Mega (B): 1.8.3 pre-alpha
1.0 pre-alpha (based on Win10 Pro)
1.2.2 pre-alpha
DigitDisplay: 2.2.3 RTM
IlluminationDisplay: 1.0.2 RTM
Note
To replicate you must install the custom libraries (digitdisplay) as well as (IlluminationDisplay), which can be found in the files or in a seperate repository on my GitHub
digitdisplay
Other libraries needed are: [Wire.h] [Midi.h] PCF8574.h
Tip
The Software used to convert the Serial Midi Signal to a real/virtual Midi device on the host PC is called HairlessMidi. For more information check the developers Page