diff --git a/libs/ardour/delivery.cc b/libs/ardour/delivery.cc index d8534edd2c..6d4b49be0b 100644 --- a/libs/ardour/delivery.cc +++ b/libs/ardour/delivery.cc @@ -375,7 +375,7 @@ Delivery::state () if (_panshell) { node.add_child_nocopy (_panshell->get_state ()); - if (_panshell->unlinked_pannable ()) { + if (_panshell->unlinked_pannable () && _role != Listen) { node.add_child_nocopy (_panshell->unlinked_pannable()->get_state ()); } }