view dmx_usb_module/pyout @ 635:0818825c629f

vidref bomb if a dir appears empty of frames. that's probably an error Ignore-this: eb1db1289f1f295fa1f1220678085c11
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 16 Jun 2011 07:10:33 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)