Skip to content

bassjansson/midi2dmx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIDI2DMX

Check out my video tutorials on YouTube! :)

MIDI-in to DMX-out

Firmware for a tiny but powerful MIDI device which acts just like any modern synthesizer or MIDI controller, but it doesn't make any sounds, it sends the MIDI messages as DMX values to your DMX lights system instead!

Now you will not need these big and expensive DMX modules anymore and you'll never have to leave your DAW again to some other app to program your light show! Sync your beats with your lights and create a lightshow simply using MIDI notes and MIDI control changes. Need more control? Update the firmware with your custom code or create an Ableton Max for Live patch to get even more out of it! And when you add the MIDI DIN5 input plug to your device, you can even use your synthesizer or MIDI controller to directly control your lights without using a computer, how awesome!

Enjoy! :)

What hardware do I need?

NOTE: Other Arduino microcontrollers are not tested. You will NEED a microcontroller which has native-USB support, just like the 32U4, otherwise the USB-MIDI won't work. There are workarounds e.g. for the Arduino Uno, but I won't get into detail on that here.

What software do I need?

How to upload the code?

Use the Arduino IDE and select Arduino Leonardo as the board, doesn't matter which 32U4 board you have from the list of boards above.

In case you are building the Beetle device from the first tutorial, start with the midi2dmx-direct.ino program. In case you are building the DIN5 device from the second tutorial, start with the midi2dmx-mapped.ino program.

Do not forget to check the pin numbers and update them if necessary!

It might be that some of your lights need some channels to be on another state than 0 before they turn on at all. For example, I have some lights which need some channels to be 255 to turn on because of some program function which needs to be selected. So please init your lights in the method initDmxChannels() if they happen to need that!

If you are using a synthesizer to control your lights, you probably want to use the mapped version. But, every setup is different, and every light works differently, so please update the method updateDmxChannels() to match your lighting setup!

Schematics

USB-MIDI to DMX-out

schematic

Finished Devices

USB-MIDI to DMX-out

device_1

DIN5-MIDI to DMX-out

device_2

You're welcome!

Bass Jansson, Technology for the Arts

About

Firmware for a MIDI to DMX light controller.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published