Changeset - 26bf3e911ac6
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 years ago 2017-06-10 02:07:27
drewp@bigasterisk.com
wrong attr name for gobo
Ignore-this: 539b75114a0f8511c3b66982e20efe5d
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/collector/device.py
Show inline comments
 
@@ -196,13 +196,13 @@ def toOutputAttrs(deviceType, deviceAttr
 
            L9['spider']: 36,
 
            L9['windmill']: 41,
 
            L9['limbo']: 46,
 
            L9['brush']: 51,
 
            L9['whirlpool']: 56,
 
            L9['stars']: 61,
 
            }[deviceAttrSettings.get(L9['gobo'], L9['open'])]
 
            }[deviceAttrSettings.get(L9['quantumGoboChoice'], L9['open'])]
 

	
 
        # my goboSpeed deviceAttr goes 0=stopped to 1=fastest (using one direction only)
 
        x = .5 + .5 * floatAttr(L9['goboSpeed'])
 
        out[L9['goboSpeedHi']] = _8bit(x)
 
        out[L9['goboSpeedLo']] = _8bit((x * 255) % 1.0)
 

	
0 comments (0 inline, 0 general)