son't try to select non-existent notes after editing (and thus crash).
[ardour.git] / gtk2_ardour / audio_clock.h
index 325fdbe2b277cc1c9f2431e57389364179e80780..79d05f62fead72d182abd5db80ba1edad3e792ac 100644 (file)
@@ -209,7 +209,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
 
        void set_slave_info ();
        void set_timecode (framepos_t, bool);
-       void set_bbt (framepos_t, bool);
+       void set_bbt (framepos_t, ARDOUR::framecnt_t, bool);
        void set_minsec (framepos_t, bool);
        void set_frames (framepos_t, bool);
 
@@ -229,6 +229,7 @@ class AudioClock : public CairoWidget, public ARDOUR::SessionHandlePtr
 
        void session_configuration_changed (std::string);
        void session_property_changed (const PBD::PropertyChange&);
+       void metric_position_changed ();
 
        Field index_to_field () const;