summaryrefslogtreecommitdiff
path: root/libs/ardour/delivery.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-13 10:48:23 +0100
committerRobin Gareus <robin@gareus.org>2014-01-13 10:48:23 +0100
commit0c384b7c219872322a4462f62e5e67b4119caa6d (patch)
treec48e4d2a8128e5a6eb2841b305720c9006a698bf /libs/ardour/delivery.cc
parent5e2a145cdd79890ffe656e32ea012fb41f6424fe (diff)
update internal-send port-count when target port-count changes
Diffstat (limited to 'libs/ardour/delivery.cc')
-rw-r--r--libs/ardour/delivery.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc
index 79c44ce94a..575d26acdd 100644
--- a/libs/ardour/delivery.cc
+++ b/libs/ardour/delivery.cc
@@ -388,7 +388,7 @@ Delivery::reset_panner ()
if (_panshell) {
_panshell->configure_io (ChanCount (DataType::AUDIO, pans_required()), ChanCount (DataType::AUDIO, pan_outs()));
- if (_role == Main) {
+ if (_role == Main || _role == Aux) {
_panshell->pannable()->set_panner (_panshell->panner());
}
}