X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsend_ui.cc;h=af23518c3a3950a4923f8ff0e5456b3bc8f19bc5;hb=bdfddec6fc45b9570d1f3fc03182f4166187c52c;hp=7e3b0e775a932471c2b33087da5021165c546477;hpb=f4b5f4c72ee60b6f509e307c5bfd164108d1f30b;p=ardour.git diff --git a/gtk2_ardour/send_ui.cc b/gtk2_ardour/send_ui.cc index 7e3b0e775a..af23518c3a 100644 --- a/gtk2_ardour/send_ui.cc +++ b/gtk2_ardour/send_ui.cc @@ -24,10 +24,9 @@ #include "ardour/send.h" #include "ardour/rc_configuration.h" -#include "utils.h" #include "send_ui.h" #include "io_selector.h" -#include "ardour_ui.h" +#include "timers.h" #include "gui_thread.h" #include "i18n.h" @@ -81,9 +80,9 @@ SendUI::SendUI (Gtk::Window* parent, boost::shared_ptr s, Session* session _gpm.setup_meters (); _gpm.set_fader_name (X_("SendUIFader")); - // screen_update_connection = ARDOUR_UI::instance()->RapidScreenUpdate.connect ( + // screen_update_connection = Timers::rapid_connect ( // sigc::mem_fun (*this, &SendUI::update)); - fast_screen_update_connection = ARDOUR_UI::instance()->SuperRapidScreenUpdate.connect ( + fast_screen_update_connection = Timers::super_rapid_connect ( sigc::mem_fun (*this, &SendUI::fast_update)); }