a-fluidsynth: implement LV2_BANKPATCH__notify
[ardour.git] / gtk2_ardour / insert_remove_time_dialog.h
index ea3b24238e06681d9d8a96b11531a1a709fe970e..999c0ca27219619f3c4bceac9ef69073524a6c7c 100644 (file)
@@ -34,6 +34,7 @@ public:
        bool move_glued_markers () const;
        bool move_locked_markers () const;
        bool move_tempos () const;
+       framepos_t position () const;
        framepos_t distance () const;
 
 private:
@@ -49,5 +50,6 @@ private:
        Gtk::CheckButton _move_locked_markers;
        Gtk::CheckButton _move_tempos;
        Gtk::Label tempo_label;
-       AudioClock _clock;
+       AudioClock duration_clock;
+       AudioClock position_clock;
 };