intermediate commit as all tempo/meter stuff starts to walk the precompute Bars|Beats...
[ardour.git] / libs / ardour / session_time.cc
index cf8ef084b2bd9ebb2d39a9185267e2d186f26c78..bf7a43845b168d94ddec62b6eed97e7fc1008abc 100644 (file)
@@ -484,7 +484,8 @@ Session::jack_timebase_callback (jack_transport_state_t /*state*/,
        if (_tempo_map) {
 
                TempoMetric metric (_tempo_map->metric_at (_transport_frame));
-               _tempo_map->bbt_time_with_metric (_transport_frame, bbt, metric);
+
+               _tempo_map->bbt_time (_transport_frame, bbt);
 
                pos->bar = bbt.bars;
                pos->beat = bbt.beats;