Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 950:41c6fbe95214
drag sub into curve area to get a curve+subterm and a 0..1 fade at the current play time
Ignore-this: ac77acf1cfbcfbce2f6b77da670b407
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Jun 2013 21:59:32 +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"