LinearFilter (Animation) bug

The filter time pin has no effect while a value is moving, we need to change the “go to position” to have the filter state updating.

See example.

FilterBug.v4p (5.2 kB)

use the linearfilter (advanced).
there is a configuration pin “Automatic Update” which needs to be “On_AnyConditions_changed”, which is the default. So it works just after switching to the advanced version.

conceptually the advanced filters where once separated from the easier ones to have a simpler interface. nowadays we could discuss about just using supporting one version with only few pins visible, but all accessible with the inspector.

anyway the simple linearfilter only automatically updates its filtercurve when a “Go To Positions” has changed.

Thanks, gonna use that then.