Exact beat - provide audio->music mapping for region split.
[ardour.git] / libs / ardour / ardour / sidechain.h
index ad92137cea437eb5b8514f4dffa0ce2767b631ed..9d44c3efa269c24927b540219b21e9bbbf886667 100644 (file)
@@ -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);