globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / libs / ardour / ardour / internal_send.h
index 8a85fc0f68972703385ac0a73e5efb3b0d4f6709..c46236c5599baf6ccc8cd7014304945afc55e300 100644 (file)
@@ -40,7 +40,7 @@ class LIBARDOUR_API InternalSend : public Send
        int set_state(const XMLNode& node, int version);
 
        void cycle_start (pframes_t);
-       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 feeds (boost::shared_ptr<Route> other) const;
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out);
        bool configure_io (ChanCount in, ChanCount out);