MIDI to DMX

Hey Everyone!

I am trying to think up a way to take 16 channels of Midi in and convert it to 4 universes of DMX out via Artnet. Has anyone done this? I tried searching but didn’t see anything.

I can easily do 1 channel (127notes) of midi to dmx but I trying to figure out a way to have 4 channels of midi (508notes) convert to 508 channels of DMX

Thanks!

If you have the 127 notes of MIDI coming into TouchDesigner as separate CHOPs, simple plug them all into a Merge CHOP. Then feeding this the the DMX Out CHOP will result in all of them output as DMX in 1 universe.

Note, you will need to use a Math CHOP to re-range the MIDI values from 0-1 or 0-127 to the range 0-255 which DMX expects.