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 1 month ago

jkbelcher commented 1 month 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 1 month ago

Oof, thx for catching!