13
0

one more send zipper fix

git-svn-id: svn://localhost/trunk/ardour2@325 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Jesse Chappell 2006-02-13 20:10:17 +00:00
parent 51462b3eba
commit 898fba7b54

View File

@ -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;
}