Mercurial > code > home > repos > light9
view attic/Nodes/dmxout.py @ 319:2193eab0650b
add startup logging to curvecalc
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Fri, 16 Jun 2006 19:34:30 +0000 |
parents | 6931479b657a |
children |
line wrap: on
line source
class ops(Ops): def changed(self, input, output, stateaccess): input.dmx class DMXOut(Node): def get_default_ports(self): return {'dmx':InputPort(DMX,required=1,maxpins=1)} def get_default_params(self): return {'outputrefresh':NextTime,'outputdevice':DMXDevice}