From 355183f1abea75d8fab0926cd7e7130796574cb0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 6 Jan 2012 16:39:40 +0000 Subject: partially revert some of the recent work on tempo to reflect new understanding of the problem. behaviour is now believed to be totally correct but awaiting a bit more testing git-svn-id: svn://localhost/ardour2/branches/3.0@11171 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/verbose_cursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/verbose_cursor.cc') diff --git a/gtk2_ardour/verbose_cursor.cc b/gtk2_ardour/verbose_cursor.cc index 89f8c19c56..f80b74c4f8 100644 --- a/gtk2_ardour/verbose_cursor.cc +++ b/gtk2_ardour/verbose_cursor.cc @@ -209,7 +209,7 @@ VerboseCursor::set_duration (framepos_t start, framepos_t end, double x, double ticks -= sbbt.ticks; if (ticks < 0) { - ticks += int (Timecode::BBT_Time::ticks_per_bar_division); + ticks += int (Timecode::BBT_Time::ticks_per_beat); --beats; } -- cgit v1.2.3