mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
fix issue with generator plugins and no-roll disk monitoring
This commit is contained in:
parent
47ec32fa15
commit
bd34ab04cd
1 changed files with 1 additions and 1 deletions
|
|
@ -597,7 +597,7 @@ Route::passthru (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame,
|
|||
void
|
||||
Route::passthru_silence (framepos_t start_frame, framepos_t end_frame, pframes_t nframes, int declick)
|
||||
{
|
||||
BufferSet& bufs (_session.get_silent_buffers (n_process_buffers()));
|
||||
BufferSet& bufs (_session.get_scratch_buffers (n_process_buffers()));
|
||||
|
||||
bufs.set_count (_input->n_ports());
|
||||
write_out_of_band_data (bufs, start_frame, end_frame, nframes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue