mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
remove debug output
This commit is contained in:
parent
9d2c1232c5
commit
f29557348e
1 changed files with 4 additions and 4 deletions
|
|
@ -3269,9 +3269,9 @@ TempoMap::stretch_tempo (TempoPoint& focus, double tempo_value)
|
||||||
++cnt;
|
++cnt;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n";
|
// std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n";
|
||||||
std::cerr << "final focus: " << focus << std::endl;
|
// std::cerr << "final focus: " << focus << std::endl;
|
||||||
std::cerr << "final prev: " << *prev << std::endl;
|
// std::cerr << "final prev: " << *prev << std::endl;
|
||||||
|
|
||||||
reset_starting_at (prev->sclock());
|
reset_starting_at (prev->sclock());
|
||||||
// dump (std::cerr);
|
// dump (std::cerr);
|
||||||
|
|
@ -3529,7 +3529,7 @@ TempoMap::twist_tempi (TempoPoint& prev, TempoPoint& focus, TempoPoint& next, do
|
||||||
++cnt;
|
++cnt;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n";
|
// std::cerr << "that took " << cnt << " iterations to get to < 1 sample\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue