view dmx_usb_module/pyout @ 1502:045044899860

optimize point drags by making most points do an abbreviated update. this workaround goes away once SyncedGraph does specific updating Ignore-this: 54c8ade3731be72e5713dd4ee4ef7257
author drewp@bigasterisk.com
date Thu, 16 Jun 2016 06:14:23 +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"