more debugging
git-svn-id: svn://localhost/ardour2/trunk@1046 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -811,6 +811,8 @@ AutomationLine::determine_visible_control_points (ALPoints& points)
|
||||
|
||||
/* discard extra CP's to avoid confusing ourselves */
|
||||
|
||||
cerr << "here we are, view_index = " << view_index << " cp size = " << control_points.size() << " np = " << npoints << endl;
|
||||
|
||||
while (control_points.size() > view_index) {
|
||||
ControlPoint* cp = control_points.back();
|
||||
control_points.pop_back ();
|
||||
|
||||
Reference in New Issue
Block a user