Filter CHOP reset issue? Windows 62610

I’m giving the Filter CHOP a value and keeping its reset toggle on. On the next frame, I turn off the toggle and change the input value. I expect the Filter CHOP to filter to the new value, but instead it immediately jumps to it, as if the reset toggle didn’t get turned off soon enough. Could it be a bug?
filter_chop_reset_question.toe (4.42 KB)

Looks like turning reset off will need to happen a frame before the switch. The simplest solution would be to insert a delay in front of the filter set to 1 frame. (Also connect the delay to math1 inorder for the filter to subtract and be parallel)

cheers
Keith