view dmx_usb_module/pyout @ 539:5cf326ef965a

cleanup asco to use song uris consistently. showPaths are now file: uris Ignore-this: 8ca9cfa22e340760c02a980009499ca3
author drewp@bigasterisk.com
date Sun, 13 Jun 2010 09:19:49 +0000
parents 4e60444605f6
children 2b2ad8e7cb9f
line wrap: on
line source


from dmx import Dmx

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