patches from lincoln to speed up the regionlist and provide region removal (causes dangling shared ptrs to regions, fix to come

git-svn-id: svn://localhost/ardour2/branches/3.0@8845 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-14 21:49:43 +00:00
parent 7ac5d03cb8
commit 7a5b6a5031
16 changed files with 468 additions and 362 deletions

View file

@ -731,13 +731,13 @@ public:
private:
ArdourCanvas::SimpleLine* _line;
ArdourCanvas::Line* _line;
AudioRegionView* _arv;
double _region_view_grab_x;
double _cumulative_x_drag;
uint32_t _before;
float _before;
uint32_t _max_x;
};