Bonsai.IncrSourceA Value.t passed through value_cutoff will only trigger changes on its dependents when the value changes according to the provided equality function
Use compute to move a function from the incremental world into the bonsai world.
If you've got an incremental, you can convert it to a value with this function.
Compute some incremental value based on the global clock. Using this clock instead of Incr.clock is the more testable approach, since it allows tests to control how time moves forward.