mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
Make sure the buffer count is updated properly when run() happens on a muted delivery. Fixes #4153.
git-svn-id: svn://localhost/ardour2/branches/3.0@9810 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e796a46e5a
commit
67ad5fe2b7
1 changed files with 1 additions and 0 deletions
|
|
@ -276,6 +276,7 @@ Delivery::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pf
|
|||
|
||||
_output->silence (nframes);
|
||||
if (result_required) {
|
||||
bufs.set_count (output_buffers().count ());
|
||||
Amp::apply_simple_gain (bufs, nframes, 0.0);
|
||||
}
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue