manually revert fa376b709d and debef6ab

Quantizing superclocks to samples in libtemporal negates the whole purpose of superclocks,
and breaks a variety of things, not limited to moving forward to markers and the grid
This commit is contained in:
Paul Davis 2025-02-28 13:34:53 -07:00
parent 570289ddc7
commit 9f3a41b96b

View file

@ -568,9 +568,7 @@ TempoPoint::superclock_at (Temporal::Beats const & qn) const
}
}
/* Truncate to the nearest sample-equivalent superclock value */
return (r / TEMPORAL_SAMPLE_RATE) * TEMPORAL_SAMPLE_RATE;
return r;
}
superclock_t