major internal plugin & processor API change:
[ardour.git] / libs / ardour / unknown_processor.cc
index e7f738507dcacee814cfd4ab4e6fcdcb1d747214..1f710d4c4c6f69fe34e1757d412698f6effa79b2 100644 (file)
@@ -111,7 +111,7 @@ UnknownProcessor::can_support_io_configuration (const ChanCount &in, ChanCount &
 }
 
 void
-UnknownProcessor::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*end_frame*/, pframes_t nframes, bool)
+UnknownProcessor::run (BufferSet& bufs, framepos_t /*start_frame*/, framepos_t /*end_frame*/, double /*speed*/, pframes_t nframes, bool)
 {
        if (!have_ioconfig) {
                return;