From bd461fe2023f7542006d74db2e17598340ebbeaf Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 1 May 2016 20:02:09 +0200 Subject: tweak AU redrawing blocking heuristics --- gtk2_ardour/au_pluginui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gtk2_ardour/au_pluginui.h') diff --git a/gtk2_ardour/au_pluginui.h b/gtk2_ardour/au_pluginui.h index d0dfac1ba9..5e43bcbdce 100644 --- a/gtk2_ardour/au_pluginui.h +++ b/gtk2_ardour/au_pluginui.h @@ -172,6 +172,9 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox static uint64_t timer_callbacks; static uint64_t timer_out_of_range; + static bool timer_callback (); + static sigc::connection timer_connection; + public: static void start_cf_timer (); static void stop_cf_timer (); -- cgit v1.2.3