mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Subscribe to pretty-port name changes (GUI)
This commit is contained in:
parent
21e66216be
commit
b2c4e71a45
13 changed files with 75 additions and 4 deletions
|
|
@ -628,6 +628,8 @@ ProcessorEntry::name (Width w) const
|
|||
std::string send_name;
|
||||
bool pretty_ok = true;
|
||||
|
||||
// TODO, subscribe to PortPrettyNameChanged
|
||||
|
||||
if (send->remove_on_disconnect ()) {
|
||||
// assume it's a sidechain, find pretty name of connected port(s)
|
||||
PortSet& ps (send->output ()->ports ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue