mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Set the scratch bufs count up in passthru_silence, like it's done in passthru.
git-svn-id: svn://localhost/ardour2/branches/3.0@5780 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
969713c41e
commit
c17da55eaa
1 changed files with 1 additions and 0 deletions
|
|
@ -487,6 +487,7 @@ void
|
|||
Route::passthru_silence (sframes_t start_frame, sframes_t end_frame, nframes_t nframes, int declick)
|
||||
{
|
||||
BufferSet& bufs (_session.get_silent_buffers (n_process_buffers()));
|
||||
bufs.set_count (_input->n_ports());
|
||||
write_out_of_band_data (bufs, start_frame, end_frame, nframes);
|
||||
process_output_buffers (bufs, start_frame, end_frame, nframes, true, declick);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue