mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
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.
This commit is contained in:
parent
c9241a5e71
commit
bdec5aa88e
1 changed files with 1 additions and 0 deletions
|
|
@ -570,6 +570,7 @@ Session::immediately_post_engine ()
|
||||||
/* TODO, connect in different thread. (PortRegisteredOrUnregistered may be in RT context)
|
/* TODO, connect in different thread. (PortRegisteredOrUnregistered may be in RT context)
|
||||||
* can we do that? */
|
* can we do that? */
|
||||||
_engine.PortRegisteredOrUnregistered.connect_same_thread (*this, boost::bind (&Session::setup_bundles, this));
|
_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
|
// set samplerate for plugins added early
|
||||||
// e.g from templates or MB channelstrip
|
// e.g from templates or MB channelstrip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue