triggerbox: remove excess debug printouts

This commit is contained in:
Ben Loftis 2022-02-12 11:14:12 -06:00
parent 8a3b5751fb
commit e41729d10c

View file

@ -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