mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
extra debug output to track down deep(er) issues in the TempoMap
This commit is contained in:
parent
2445081dcc
commit
cf0ad83f05
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue