Files @ 634e8a3ebd0a
Branch filter:

Location: light9/dmx_usb_module/pyout

drewp@bigasterisk.com
when you drag a sub into CC and it makes a new fade, leave both points in the fade selected
Ignore-this: e001a167b42b7c5471a0b2f240b2d12d
1
2
3
4
5
6
7

from dmx import Dmx

d = Dmx()
while 1:
    d.write("\xff" * 100, times=1)