remove debug output
This commit is contained in:
parent
f721655916
commit
153164c803
@ -124,9 +124,7 @@ Session::click (samplepos_t cycle_start, samplecnt_t nframes)
|
|||||||
const samplepos_t end = start + move;
|
const samplepos_t end = start + move;
|
||||||
|
|
||||||
_click_points.clear ();
|
_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()));
|
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()) {
|
if (_click_points.empty()) {
|
||||||
start += move;
|
start += move;
|
||||||
|
Loading…
Reference in New Issue
Block a user