X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fsidechain.h;h=9d44c3efa269c24927b540219b21e9bbbf886667;hb=11da4a83e499db74e75d5b59973b0e52b0c1277a;hp=ad92137cea437eb5b8514f4dffa0ce2767b631ed;hpb=3164c9a07b3646a60cb9433faf7ee90fdd57985e;p=ardour.git diff --git a/libs/ardour/ardour/sidechain.h b/libs/ardour/ardour/sidechain.h index ad92137cea..9d44c3efa2 100644 --- a/libs/ardour/ardour/sidechain.h +++ b/libs/ardour/ardour/sidechain.h @@ -34,7 +34,7 @@ public: SideChain (Session&, const std::string&); virtual ~SideChain (); - void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, pframes_t nframes, bool); + void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, double speed, pframes_t nframes, bool); bool can_support_io_configuration (const ChanCount& in, ChanCount& out); bool configure_io (ChanCount in, ChanCount out);