Plugin selector useability changes, fix mouse grab bug in plugin barcontroller, preve...
[ardour.git] / gtk2_ardour / tempo_dialog.h
index 4d41e2250cebd4bc2a74ed92ac61483a842f2555..2c6827954f622c448efa24fd55853c32fd5b1a6c 100644 (file)
@@ -41,6 +41,7 @@ struct TempoDialog : public ArdourDialog
     
   private:
     void init (const ARDOUR::BBT_Time& start, double, bool);
+    bool bpm_key_press (GdkEventKey* );
     bool bpm_key_release (GdkEventKey* );
 };
 
@@ -74,6 +75,7 @@ struct MeterDialog : public ArdourDialog
 
   private:
     void init (const ARDOUR::BBT_Time&, double, double, bool);
+    bool bpb_key_press (GdkEventKey* );
     bool bpb_key_release (GdkEventKey* );
     void note_types_change ();
 };