update internal-send port-count when target port-count changes
[ardour.git] / libs / ardour / delivery.cc
index 79c44ce94a0efa8bd6d9e7b80ea62fe33c9f9212..575d26acdddc8f9852c40a6bb712318a6413ac29 100644 (file)
@@ -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());
                                }
                        }