don't pan send/return inserts
This commit is contained in:
parent
b06fa27ccb
commit
f9a5f87003
@ -397,8 +397,7 @@ Delivery::reset_panner ()
|
||||
if (panners_legal) {
|
||||
if (!_no_panner_reset) {
|
||||
|
||||
if (_panshell) {
|
||||
assert (_role == Main || _role == Aux || _role == Send || _role == Listen);
|
||||
if (_panshell && _role != Insert) {
|
||||
_panshell->configure_io (ChanCount (DataType::AUDIO, pans_required()), ChanCount (DataType::AUDIO, pan_outs()));
|
||||
}
|
||||
}
|
||||
@ -412,8 +411,7 @@ Delivery::reset_panner ()
|
||||
void
|
||||
Delivery::panners_became_legal ()
|
||||
{
|
||||
if (_panshell) {
|
||||
assert (_role == Main || _role == Aux || _role == Send || _role == Listen);
|
||||
if (_panshell && _role != Insert) {
|
||||
_panshell->configure_io (ChanCount (DataType::AUDIO, pans_required()), ChanCount (DataType::AUDIO, pan_outs()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user