view dmx_usb_module/pyout @ 1186:73e171c9d478

inputquneo sends effect creation on noteon Ignore-this: 2ce9027a2038daa02a65e788ca92e678
author drewp@bigasterisk.com
date Sun, 15 Jun 2014 17:31:13 +0000
parents 2b2ad8e7cb9f
children
line wrap: on
line source


from dmx import Dmx

d = Dmx(port="/dev/dmx1")
while 1:
    d.write("\x00" * 100)
    print "wrote"