heronarts / LX

Core library for 3D LED lighting engines
https://chromatik.co/
Other
41 stars 25 forks source link

Increment BoundedParameter relative to base #115

Closed jkbelcher closed 3 weeks ago

jkbelcher commented 3 weeks ago

Calls to increment a BoundedParameter should modify the value relative to base value, not modulated value!

This was apparent if you called parameter.incrementValue(0) on a modulated parameter every frame... the modulated value became the new base value.

mcslee commented 3 weeks ago

Oof, thx for catching!