mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
temporal: use new BBT variant of get_tempo_and_meter()
This commit is contained in:
parent
a89108c9af
commit
d282c317d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue