view dmx_usb_module/pyout @ 751:5656767ca025

first drop action of a sub successfully gets current music time Ignore-this: 1e0b9a46c771e5e51c182c2a45e259cc
author drewp@bigasterisk.com
date Fri, 15 Jun 2012 20:49:57 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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