remove ardour_message.{cc,h}; JACK latency menu now shows correct settings at startup...
[ardour.git] / gtk2_ardour / ardour_ui.h
index 55f9806f5eee7380820a1b4d8c5c4b7d27d4193e..e1b7c5555595fd18b1cb7b4ae9c483ba333d1c9f 100644 (file)
@@ -156,6 +156,7 @@ class ARDOUR_UI : public Gtkmm2ext::UI
 
        static sigc::signal<void,bool> Blink;
        static sigc::signal<void>      RapidScreenUpdate;
+       static sigc::signal<void>      MidRapidScreenUpdate;
        static sigc::signal<void>      SuperRapidScreenUpdate;
        static sigc::signal<void,nframes_t> Clock;
 
@@ -496,10 +497,12 @@ class ARDOUR_UI : public Gtkmm2ext::UI
 
        gint every_second ();
        gint every_point_one_seconds ();
+       gint every_point_oh_five_seconds ();
        gint every_point_zero_one_seconds ();
 
        sigc::connection second_connection;
        sigc::connection point_one_second_connection;
+       sigc::connection point_oh_five_second_connection;
        sigc::connection point_zero_one_second_connection;
 
        gint session_menu (GdkEventButton *);