stereo and mono panner tweaks to use cairomm and rounded rectangles and more
[ardour.git] / gtk2_ardour / tempo_dialog.h
index c1a88367ca2c1a76ed94997296c4042466edf8b8..7e2f83de7c8593f2633c0a7e0c4414aa0f1b0715 100644 (file)
 class TempoDialog : public ArdourDialog
 {
 public:
-       TempoDialog (ARDOUR::TempoMap&, nframes_t, const std::string & action);
+       TempoDialog (ARDOUR::TempoMap&, framepos_t, const std::string & action);
        TempoDialog (ARDOUR::TempoSection&, const std::string & action);
 
        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* );
@@ -70,15 +70,15 @@ class MeterDialog : public ArdourDialog
 {
 public:
        
-       MeterDialog (ARDOUR::TempoMap&, nframes_t, const std::string & action);
+       MeterDialog (ARDOUR::TempoMap&, framepos_t, const std::string & action);
        MeterDialog (ARDOUR::MeterSection&, const std::string & action);
 
        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 ();