Add editor actions to set tempo and meter
[ardour.git] / gtk2_ardour / main_clock.h
index 25ddff45a9f07845343611f060b052da69b0ea62..1e4cd9506c3082a3d25c3dba6496d1a06cd7e3b8 100644 (file)
@@ -29,6 +29,7 @@ class MainClock : public AudioClock
 {
 public:
        MainClock (const std::string& clock_name, const std::string& widget_name, bool primary);
+       framepos_t absolute_time () const;
 
 private:
 
@@ -40,7 +41,6 @@ private:
        void edit_current_meter ();
        void insert_new_tempo ();
        void insert_new_meter ();
-       framepos_t absolute_time () const;
        bool _primary;
 
        bool on_button_press_event (GdkEventButton *ev);