13
0

Merge branch 'ardour'

This commit is contained in:
Robin Gareus 2024-07-27 22:26:19 +02:00
commit 7a09a55781
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -445,10 +445,12 @@ IO::ensure_ports_locked (ChanCount count, bool clear, bool& changed)
/* end of RCUWriter scope */ /* end of RCUWriter scope */
} }
if (changed) { if (changed) {
const ChanCount n_ports = ports ()->count (); const ChanCount n_ports = ports ()->count ();
PortCountChanged (n_ports); /* EMIT SIGNAL */ PortCountChanged (n_ports); /* EMIT SIGNAL */
_session.set_dirty (); _session.set_dirty ();
_ports.flush ();
} }
if (clear) { if (clear) {