13
0

Revert "fix issue with generator plugins and no-roll disk monitoring"

This reverts commit bd34ab04cd.
This commit is contained in:
Robin Gareus 2013-07-30 03:02:45 +02:00 committed by Paul Davis
parent 05ed31a980
commit e92306459d

View File

@ -597,7 +597,7 @@ Route::passthru (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame,
void void
Route::passthru_silence (framepos_t start_frame, framepos_t end_frame, pframes_t nframes, int declick) Route::passthru_silence (framepos_t start_frame, framepos_t end_frame, pframes_t nframes, int declick)
{ {
BufferSet& bufs (_session.get_scratch_buffers (n_process_buffers())); BufferSet& bufs (_session.get_silent_buffers (n_process_buffers()));
bufs.set_count (_input->n_ports()); bufs.set_count (_input->n_ports());
write_out_of_band_data (bufs, start_frame, end_frame, nframes); write_out_of_band_data (bufs, start_frame, end_frame, nframes);