Changeset - 4ce8a0668fd6
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 7 years ago 2018-06-11 04:56:14
drewp@bigasterisk.com
raise qpan ry a little bit
Ignore-this: a024cabca35c9b753116fa0b304f63c3
(but probably needs a bit more...maybe 0.6?)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/effect/effecteval.py
Show inline comments
 
@@ -135,13 +135,13 @@ def effect_qpan(effectSettings, strength
 
    col = scale(scale('#ffffff', strength),
 
                effectSettings.get(L9['colorScale']) or '#ffffff')
 
    return {
 
        (dev, L9['color']): col,
 
        (dev, L9['focus']): 0.589,
 
        (dev, L9['rx']): lerp(0.778, 0.291, clamp(0, 1, noteTime / dur)),
 
        (dev, L9['ry']): 0.383,
 
        (dev, L9['ry']): 0.5,
 
        (dev, L9['zoom']): 0.714,
 
    }
 

	
 
def effect_pulseRainbow(effectSettings, strength, songTime, noteTime):
 
    out = {}
 
    tint = effectSettings.get(L9['tint'], '#ffffff')
0 comments (0 inline, 0 general)