From 68a3144344ab0e103539ee27b9f95324f45dcbe7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 27 Oct 2009 02:24:56 +0000 Subject: new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic framework. this will cause a full recompile, so find something else to do git-svn-id: svn://localhost/ardour2/branches/3.0@5936 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_time.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/session_time.cc') diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc index 167d936f50..9a6eebbaf8 100644 --- a/libs/ardour/session_time.cc +++ b/libs/ardour/session_time.cc @@ -501,7 +501,7 @@ Session::jack_timebase_callback (jack_transport_state_t /*state*/, if (_tempo_map) { - TempoMap::Metric metric (_tempo_map->metric_at (_transport_frame)); + TempoMetric metric (_tempo_map->metric_at (_transport_frame)); _tempo_map->bbt_time_with_metric (_transport_frame, bbt, metric); pos->bar = bbt.bars; -- cgit v1.2.3