pub fn step_is_active(bits: u32, t: f64, bpm: f64) -> (bool, f64)
Check if the pattern has a hit at (t * bpm / 60 * 4) mod 16.
(t * bpm / 60 * 4) mod 16