Closed jkbelcher closed 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.
parameter.incrementValue(0)
Oof, thx for catching!
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.