eliasjhojala / DMX-lighting-controller

0 stars 0 forks source link

Exponential adjustion of fade #31

Closed ollpu closed 9 years ago

ollpu commented 9 years ago

Currently, the Chases fade option has is quite hard to set on just the right speed. If you want a slow chase, the slowest speed is really not slow enough for many cases. If you want a fast chase, there are not much options (only around 10) to choose from and often it is very hard to move the slider so precisely. I'd suggest a formula of round(float(val)/25.5^4+1), so it would be easier to get a variety of faster speeds, and also possible to get a slower chase if needed.

eliasjhojala commented 9 years ago

Done