one more send zipper fix
git-svn-id: svn://localhost/trunk/ardour2@325 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
51462b3eba
commit
898fba7b54
@ -368,7 +368,7 @@ IO::deliver_output (vector<Sample *>& bufs, uint32_t nbufs, jack_nframes_t nfram
|
||||
return;
|
||||
}
|
||||
|
||||
if (_panner->bypassed()) {
|
||||
if (_panner->bypassed() || _panner->empty()) {
|
||||
deliver_output_no_pan (bufs, nbufs, nframes, offset);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user