mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
triggerbox: remove excess debug printouts
This commit is contained in:
parent
8a3b5751fb
commit
e41729d10c
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue