moving head control
martin3000 opened this issue · 4 comments
martin3000 commented
Is it possible to control a movig had spot light with pyArtNet?
spacemanspiff2007 commented
Does the moving head spot behave different than other dmx devices?
You can set values of channels directly and you can run fades on channels.
If that is sufficient you can also control a moving head.
martin3000 commented
Maybe that is sufficient. Is there an example of how to send a value on a channel?
spacemanspiff2007 commented
Just set a fade with duration 0
martin3000 commented
ok, something like this:
channel.add_fade( [127,100,10], 0 )