Refactor so that all the locate-related stuff in CursorDrag is in one method. Also...
[ardour.git] / gtk2_ardour / midi_region_view.h
index 2b07c02382e79e0ba02a2282d3d8bc1384f34dd9..781ef35036917ef28d8555fd1f3f904642431484 100644 (file)
@@ -149,6 +149,9 @@ class MidiRegionView : public RegionView
         */
        void alter_program_change(PCEvent& old_program, const MIDI::Name::PatchPrimaryKey& new_patch);
 
+       void move_program_change (PCEvent, double);
+       void delete_program_change (ArdourCanvas::CanvasProgramChange *);
+
        /** Alter a given program to the new given one.
         * (Called on context menu select on CanvasProgramChange)
         */