fix up and re-enable MTC transmission
[ardour.git] / libs / ardour / port_insert.cc
index 06cbcecc383aa6ae98c7a76a22188c7fa942364d..e14835b0832bda0491bdbe706e06746b37082f14 100644 (file)
@@ -84,7 +84,7 @@ PortInsert::~PortInsert ()
 }
 
 void
-PortInsert::run (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset)
+PortInsert::run_in_place (BufferSet& bufs, nframes_t start_frame, nframes_t end_frame, nframes_t nframes, nframes_t offset)
 {
        if (_io->n_outputs().n_total() == 0) {
                return;