From bdec5aa88e221643a2d55015ca8139157c7f7b28 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 14 Mar 2021 18:14:56 +0100 Subject: [PATCH] Keep I/O bundle names in sync with custom names This fixes an issues that IObutton dropdown did not show renamed inputs until after session-reload. --- libs/ardour/session.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 3445c49d7f..8ffd1ba11b 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -570,6 +570,7 @@ Session::immediately_post_engine () /* TODO, connect in different thread. (PortRegisteredOrUnregistered may be in RT context) * can we do that? */ _engine.PortRegisteredOrUnregistered.connect_same_thread (*this, boost::bind (&Session::setup_bundles, this)); + _engine.PortPrettyNameChanged.connect_same_thread (*this, boost::bind (&Session::setup_bundles, this)); // set samplerate for plugins added early // e.g from templates or MB channelstrip