mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
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:
parent
7ac5d03cb8
commit
7a5b6a5031
16 changed files with 468 additions and 362 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue