temporal: use new BBT variant of get_tempo_and_meter()

This commit is contained in:
Paul Davis 2023-09-22 15:11:59 -06:00
parent a89108c9af
commit d282c317d0

View File

@ -3860,7 +3860,7 @@ TempoMap::metric_at (BBT_Argument const & bbt, bool can_match) const
* time to get the metric. * time to get the metric.
*/ */
(void) get_tempo_and_meter (tp, mp, bbt.reference(), can_match, false); (void) get_tempo_and_meter (tp, mp, bbt, can_match, false);
return TempoMetric (*tp, *mp); return TempoMetric (*tp, *mp);
} }