Make stuff in the automation menu apply to the track selection.
[ardour.git] / gtk2_ardour / tempo_dialog.h
index ebb700e3e97bca23b4ae8f53bf8d89725d2ce501..7e2f83de7c8593f2633c0a7e0c4414aa0f1b0715 100644 (file)
@@ -43,10 +43,10 @@ public:
 
        double get_bpm ();
        double get_note_type ();
-       bool   get_bbt_time (ARDOUR::BBT_Time&);
+       bool   get_bbt_time (Timecode::BBT_Time&);
 
 private:
-       void init (const ARDOUR::BBT_Time& start, double, double, bool);
+       void init (const Timecode::BBT_Time& start, double, double, bool);
        void bpm_changed ();
        bool bpm_button_press (GdkEventButton* );
        bool bpm_button_release (GdkEventButton* );
@@ -75,10 +75,10 @@ public:
 
        double get_bpb ();
        double get_note_type ();
-       bool   get_bbt_time (ARDOUR::BBT_Time&);
+       bool   get_bbt_time (Timecode::BBT_Time&);
 
 private:
-       void init (const ARDOUR::BBT_Time&, double, double, bool);
+       void init (const Timecode::BBT_Time&, double, double, bool);
        bool entry_key_press (GdkEventKey* );
        bool entry_key_release (GdkEventKey* );
        void note_types_change ();