Mercurial > code > home > repos > light9
view dmx_usb_module/pyout @ 1912:da950e4619f3
fix sorting of points within a note. they would randomly scramble
Ignore-this: 6fdffe0ac309ebaacc3ecf9406dba03b
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 01 Jun 2019 11:02:54 +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"