From e41729d10cd8aa7e8baf82623ad7eb15bd9dff04 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Sat, 12 Feb 2022 11:14:12 -0600 Subject: [PATCH] triggerbox: remove excess debug printouts --- libs/ardour/triggerbox.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 77bc7ab0ea..421e4b0647 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -1502,11 +1502,13 @@ AudioTrigger::estimate_tempo () /* use initial tempo in map (assumed for now to be the only one */ - const samplecnt_t one_beat = tm->bbt_duration_at (timepos_t (AudioTime), BBT_Offset (0, 1, 0)).samples(); - cerr << "estimated tempo: " << _estimated_tempo << endl; + +#if 0 + const samplecnt_t one_beat = tm->bbt_duration_at (timepos_t (AudioTime), BBT_Offset (0, 1, 0)).samples(); cerr << "one beat in samples: " << one_beat << endl; cerr << "rounded beatcount = " << round (beatcount) << endl; +#endif } bool