/processing-opendmx

Control Open DMX hardware from Processing (Windows Only)

Primary LanguageHTML

processing-opendmx

Control Open DMX hardware from Processing (Windows Only)

Simple library for controlling an Open DMX device from Windows, directly in Processing. Currently, this is output only.

This library only works on Windows. In particular, this program assumes you've installed the appropriate drivers for your OpenDMX device and you have the FTD2XX.DLL. You can find these drivers at:

http://www.enttec.com/support-center/kb/article/44-Support_Questions_(OPEN_DMX_USB)

INSTALLATION

To install, click the "Download ZIP" button on this page and place the "opendmx" folder in your Processing libraries folder.

CREDITS

Getting this working would not have been possible without the VB.NET code from

http://members.westnet.com.au/rowanmac/opendmx.html

Thanks so much to rowanmac for making that code available.