more debugging
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 1 Nov 2006 01:07:10 +0000 (01:07 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 1 Nov 2006 01:07:10 +0000 (01:07 +0000)
git-svn-id: svn://localhost/ardour2/trunk@1046 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/automation_line.cc

index 65423c549fcb2e09f57db31cb882b1fb7732509c..a319b325ed1bebd0bbbe592854c571492632c4dc 100644 (file)
@@ -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 ();