mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
plugin selector from doug; lots and lots of fixes from karsten
git-svn-id: svn://localhost/trunk/ardour2@105 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
46cbbae4ee
commit
bac3c6bc0f
20 changed files with 766 additions and 509 deletions
|
|
@ -604,8 +604,8 @@ class Editor : public PublicEditor
|
|||
|
||||
struct Cursor {
|
||||
Editor& editor;
|
||||
ArdourCanvas::Points* points;
|
||||
ArdourCanvas::Item* canvas_item;
|
||||
ArdourCanvas::Points points;
|
||||
ArdourCanvas::Line canvas_item;
|
||||
jack_nframes_t current_frame;
|
||||
double length;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue