temporal: use new BBT variant of get_tempo_and_meter()
This commit is contained in:
parent
a89108c9af
commit
d282c317d0
@ -3860,7 +3860,7 @@ TempoMap::metric_at (BBT_Argument const & bbt, bool can_match) const
|
||||
* 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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user