Add Latency Control Toolbar Widgets

This commit is contained in:
Robin Gareus 2019-09-29 01:23:48 +02:00
parent 24aa61f08c
commit 4f41367836
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
8 changed files with 108 additions and 0 deletions

View file

@ -190,6 +190,9 @@ ARDOUR_UI::set_session (Session *s)
_session->locations()->removed.connect (_session_connections, MISSING_INVALIDATOR, boost::bind (&ARDOUR_UI::handle_locations_change, this, _1), gui_context());
_session->config.ParameterChanged.connect (_session_connections, MISSING_INVALIDATOR, boost::bind (&ARDOUR_UI::session_parameter_changed, this, _1), gui_context ());
_session->LatencyUpdated.connect (_session_connections, MISSING_INVALIDATOR, boost::bind (&ARDOUR_UI::session_latency_updated, this), gui_context());
session_latency_updated ();
/* Clocks are on by default after we are connected to a session, so show that here.
*/