Henri from Mots Cousus released a new library for handling DMX messages in Processing, dmxP512. It is partially based on the proDMX library I wrote a while ago, but supports more DMX hardware (enttec DMX USB PRO and lanbox LCE in its first release) and also adds things like buffering to prevent network/serial congestion. So basically dmxP512 replaces proDMX, which I don’t expect to develop any further.
Archive for the ‘DMX’ Tag
New DMX library Leave a comment
DMX object for Processing Leave a comment
I recently finished a project that involved controlling many LEDs from Processing through the DMX USB Pro adapter:
I wrote a little object that encapsulates the handling of the DMX messages, click on the link below to view/download it:
It is based on an example posted in the Processing forum. I simplified the code a little bit. It doesn’t create that many intermediate arrays, so it should be somewhat faster.