Merge branch 'ardour'
This commit is contained in:
commit
7a09a55781
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user