Mercurial > code > home > repos > light9
view Nodes/dmxout.py @ 271:97c08a1c4351
gyrocontroller: remap buttons, fix keep mode
Also, solo mode is now default, colors are brighter, numeric names for subs
are converted to subs with only that channel up, send zeroes when exiting
author | David McClosky <dmcc@bigasterisk.com> |
---|---|
date | Fri, 17 Jun 2005 04:23:07 +0000 |
parents | 45b12307c695 |
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}