Files @ 5c7ac46e33d3
Branch filter:

Location: light9/Nodes/dmxout.py

dmcc
more disabling of stuff that make no sense at certain times and some
more disabling of stuff that make no sense at certain times and some
bug fixes. still haven't fixed the scale problem


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}