From cf0ad83f0559a2a89a5055a3b686e2280592422d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 2 Feb 2021 22:52:58 -0700 Subject: [PATCH] extra debug output to track down deep(er) issues in the TempoMap --- libs/ardour/session_click.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/session_click.cc b/libs/ardour/session_click.cc index a328315a9c..1ff3f8a9f8 100644 --- a/libs/ardour/session_click.cc +++ b/libs/ardour/session_click.cc @@ -124,7 +124,9 @@ Session::click (samplepos_t cycle_start, samplecnt_t nframes) const samplepos_t end = start + move; _click_points.clear (); + cerr << "\n\n-------------- CLICK GRID -----------\n"; TempoMap::use()->get_grid (_click_points, samples_to_superclock (start, sample_rate()), samples_to_superclock (end, sample_rate())); + cerr << " END \n\n\n"; if (_click_points.empty()) { start += move;