view dmx_usb_module/pyout @ 1588:9b46e38e2b0f

lightsample is now draggable into timeline Ignore-this: 8bf3fcacfbf069383a6312d8f4d64854
author Drew Perttula <drewp@bigasterisk.com>
date Wed, 31 May 2017 05:29:41 +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"