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:
Paul Davis 2005-11-22 05:10:12 +00:00
parent 46cbbae4ee
commit bac3c6bc0f
20 changed files with 766 additions and 509 deletions

View file

@ -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;