view dmx_usb_module/pyout @ 1033:b5ee7aa9341a

effecteval now runs effects in the background, following the current song, and sends dmx output Ignore-this: 3f6a727a8b431cbb1fa1beb454dc3c4
author Drew Perttula <drewp@bigasterisk.com>
date Tue, 27 May 2014 06:29:00 +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"