mp4chaps Lua script: don't clutter global environment
[ardour.git] / gtk2_ardour / note.cc
index dc8decf83776d6a76e1d5abe6705d549f59c377f..6e1878afc0651c23b3d7bba5b34288693202185f 100644 (file)
@@ -24,7 +24,6 @@
 #include "canvas/debug.h"
 
 #include "note.h"
-#include "midi_region_view.h"
 #include "public_editor.h"
 
 using namespace ARDOUR;
@@ -98,6 +97,12 @@ Note::hide ()
        _rectangle->hide ();
 }
 
+void
+Note::set (ArdourCanvas::Rect rect)
+{
+       _rectangle->set (rect);
+}
+
 void
 Note::set_x0 (Coord x0)
 {