Fix quantization and other time-related ops.
[ardour.git] / gtk2_ardour / tempo_dialog.h
index 848b55cb59968fec52d9197dfbd3eb85ff2b2402..616be2433e3cf4c0d4cf49dc6ae19c02d6bf0c69 100644 (file)
@@ -57,7 +57,8 @@ private:
        typedef std::map<std::string,float> NoteTypes;
        NoteTypes note_types;
 
-       struct timeval last_tap;
+       gint64 last_tap;
+       double average_interval;
 
        Gtk::ComboBoxText pulse_selector;
        Gtk::Adjustment   bpm_adjustment;