NOOP, remove trailing tabs/whitespace.
[ardour.git] / libs / ardour / port_insert.cc
index 2519451b8960f8cbda91d26c62ff8f3d8014d65d..46d54cd445aece3647e7c6fee65586575bf4dd1d 100644 (file)
@@ -59,6 +59,13 @@ PortInsert::~PortInsert ()
         delete _mtdm;
 }
 
+void
+PortInsert::set_pre_fader (bool p)
+{
+       Processor::set_pre_fader (p);
+       _out->set_pre_fader (p);
+}
+
 void
 PortInsert::start_latency_detection ()
 {
@@ -115,8 +122,7 @@ PortInsert::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame,
                         Sample* out = outbuf.data();
 
                         _mtdm->process (nframes, in, out);
-                       
-                        outbuf.set_is_silent (false);
+
                         outbuf.set_written (true);
                 }