view dmx_usb_module/pyout @ 679:958b309147b0

display gst pipeline state on the web gui Ignore-this: a4aed9827021e178701c6ea79be3e87a
author drewp@bigasterisk.com
date Tue, 21 Jun 2011 00:24:48 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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