From d3346d546648a133cf2844dc8afbb84917d4216b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 8 Jan 2012 16:20:54 +0000 Subject: [PATCH] tempo map debugging with dlp git-svn-id: svn://localhost/ardour2/branches/3.0@11193 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/tempo.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 137d25b217..c39b8d0757 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -2196,6 +2196,8 @@ TempoMap::bbt_before_or_at (framepos_t pos) i = lower_bound (_map.begin(), _map.end(), pos); assert (i != _map.end()); if ((*i).frame > pos) { + cerr << "lower bound was found at " << (*i).frame << " for " << pos; + dump (cerr); assert (i != _map.begin()); --i; } -- 2.30.2