Skip to content

Use relative time since simulation start instead of absolute time

We currently use current absolute time (time argument of the fire() method on nodes), while we really want to use the time elapsed since the beginning of the simulation (obtained by time - initial_time).

This is at least the case for

  • PPR polynomials
  • Clock polynomial drifts

Other misusage should be investigated.