mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue