summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-05 18:48:51 +0200
committerRobin Gareus <robin@gareus.org>2013-07-10 15:27:10 +0200
commit9d0a3b9eafc316e6536c8117fddbef62c77bd42c (patch)
tree8c915c129bf719dca515c7eaf39f586d23e95154 /libs/ardour/route.cc
parentf1f84140e73f0274adfcf7fd6d2046bdfe643ef8 (diff)
fix [some] issues when adding/removing output ports
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index e84e8b6d93..b9c6f1b4cd 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2949,6 +2949,8 @@ Route::output_change_handler (IOChange change, void * /*src*/)
contains ConfigurationChanged
*/
need_to_queue_solo_change = false;
+ configure_processors (0);
+ io_changed (); /* EMIT SIGNAL */
}
if (!_output->connected() && _soloed_by_others_downstream) {