Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1499:0e746743dd0f
effects should also get noteTime for doing one-shot stuff
Ignore-this: 8cf4c8e978b486ab99e59199414d9ae2
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 Jun 2016 06:09:43 +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"