X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Funknown_processor.cc;fp=libs%2Fardour%2Funknown_processor.cc;h=1f710d4c4c6f69fe34e1757d412698f6effa79b2;hb=e9a8ccc7e2826d8fe91eff34ee8a0683a7f7aac6;hp=e7f738507dcacee814cfd4ab4e6fcdcb1d747214;hpb=6a12022ccf96261d61dce06b8da6c3116fb289a1;p=ardour.git diff --git a/libs/ardour/unknown_processor.cc b/libs/ardour/unknown_processor.cc index e7f738507d..1f710d4c4c 100644 --- a/libs/ardour/unknown_processor.cc +++ b/libs/ardour/unknown_processor.cc @@ -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;