From 37264c85a509aca4a4ea71e8e2c5d32c81956879 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 28 Dec 2013 13:43:44 +0100 Subject: centralize buffer silent-flag fixes possible x-talk 1 in, >= 2 out tracks: Previously, only the first route-buffer of the input buffers were marked as non-silent in Route::process_output_buffers(). Other buffers in the set (e.g. post-panner) would contain audio but not marked as non-silent. --- libs/ardour/port_insert.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/port_insert.cc') diff --git a/libs/ardour/port_insert.cc b/libs/ardour/port_insert.cc index 97fe082c81..c352e22e55 100644 --- a/libs/ardour/port_insert.cc +++ b/libs/ardour/port_insert.cc @@ -116,7 +116,6 @@ PortInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, _mtdm->process (nframes, in, out); - outbuf.set_is_silent (false); outbuf.set_written (true); } -- cgit v1.2.3