scamp.utilities.is_before

scamp.utilities.is_before(a: float, b: float, tolerance: float = 1e-10) → bool[source]

True if beat a falls meaningfully before beat b — i.e. a < b by more than tolerance, not merely by reconstruction noise.