Fix displaying of notes in auto-created MIDI region when it's the first region in...
[ardour.git] / gtk2_ardour / public_editor.h
index a47f5b88d8f0bc0f91568f2bf4da6b31fb7788bb..03d5897c1a4dbc9bf33cd52ea6b8680cdbec0aa2 100644 (file)
@@ -146,7 +146,7 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
         */
        virtual Editing::MouseMode current_mouse_mode () const = 0;
        
-       /** Set the midi edit mode (select, pencil, eraser, etc.)
+       /** Set the midi edit mode (pencil, select, eraser, etc.)
         * @param m Midi edit mode (defined in editing_syms.h)
         * @param force Perform the effects of the change even if no change is required
         * (ie even if the current midi edit mode is equal to \ref m)
@@ -262,6 +262,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
        virtual TimeAxisView* get_named_time_axis(const std::string & name)  = 0;
 #endif
 
+       virtual void get_equivalent_regions (RegionView* rv, std::vector<RegionView*>&) const = 0;
+
        sigc::signal<void> ZoomFocusChanged;
        sigc::signal<void> ZoomChanged;
        sigc::signal<void> Resized;