mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove some debug output
This commit is contained in:
parent
c7e778bba0
commit
8e86451685
1 changed files with 0 additions and 3 deletions
|
|
@ -113,9 +113,6 @@ AudioClipEditor::ClipBBTMetric::get_marks (std::vector<ArdourCanvas::Ruler::Mark
|
||||||
marks.push_back (mark);
|
marks.push_back (mark);
|
||||||
beat_number++;
|
beat_number++;
|
||||||
last = n;
|
last = n;
|
||||||
std::cerr << "mark at " << mark.label << " @ " << mark.position << std::endl;
|
|
||||||
} else {
|
|
||||||
std::cerr << n << " - " << last << " = " << (n - last) << " pix " << (n - last) / units_per_pixel << std::endl;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue