globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / ardour / sidechain.h
index 9d44c3efa269c24927b540219b21e9bbbf886667..f3755496c2fbf71296aa4d118fa2f0b3541aa5b0 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, double speed, pframes_t nframes, bool);
+       void run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_sample, double speed, pframes_t nframes, bool);
 
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out);
        bool configure_io (ChanCount in, ChanCount out);