implement lv2:designation processing#enable (for bypass ports)
[ardour.git] / libs / ardour / capturing_processor.cc
index ce4a546fb417f8503465d5cc2aef3151bcc85f44..755a00c4c4565c69da82929c8c7e928fc12baf35 100644 (file)
@@ -46,7 +46,7 @@ CapturingProcessor::set_block_size (pframes_t nframes)
 }
 
 void
-CapturingProcessor::run (BufferSet& bufs, framepos_t, framepos_t, pframes_t nframes, bool)
+CapturingProcessor::run (BufferSet& bufs, framepos_t, framepos_t, double, pframes_t nframes, bool)
 {
        if (active()) {
                capture_buffers.read_from (bufs, nframes);