Update Tempo Tapping:
[ardour.git] / gtk2_ardour / tempo_dialog.h
index 06c9732fe5b296c85bb52daac3a3cd03c6951882..baa671df43e4a41942be296ab76ccaf9be113368 100644 (file)
@@ -58,9 +58,12 @@ private:
        void pulse_change ();
        void tempo_type_change ();
        void lock_style_change ();
-       bool tap_tempo_button_press (GdkEventButton* );
+       bool tap_tempo_key_press (GdkEventKey*);
+       bool tap_tempo_button_press (GdkEventButton*);
        bool tap_tempo_focus_out (GdkEventFocus* );
 
+       void tap_tempo ();
+
        typedef std::map<std::string,float> NoteTypes;
        NoteTypes note_types;