philchristensen / python-artnet

a Pure-Python ArtNET/OpenDMX toolkit for lighting design
66 stars 36 forks source link

Added universe argument to Poller.send_dmx #5

Closed Guillaume227 closed 9 years ago

Guillaume227 commented 9 years ago

I need a way to address several universes - all the components are in place but I couldn't find a way to pass the universe index information to the DMX frame so I added that universe optional arg, defaulting to universe '0'.

By the way, your project has been a tremendous help and inspiration, thank you !

philchristensen commented 9 years ago

Closing, replaced by #6