X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Finternal_send.h;h=d2a769982c8ef79d655539036b9c9cb88bdc45a1;hb=90172686b92b53cc5ab1d60c0e6daecb65d17d3d;hp=eabe26301367c21891ae703ae947c5b8842a8816;hpb=2726184f42652a84816096887948658177ea24f8;p=ardour.git diff --git a/libs/ardour/ardour/internal_send.h b/libs/ardour/ardour/internal_send.h index eabe263013..d2a769982c 100644 --- a/libs/ardour/ardour/internal_send.h +++ b/libs/ardour/ardour/internal_send.h @@ -39,11 +39,11 @@ class InternalSend : public Send XMLNode& get_state(void); int set_state(const XMLNode& node, int version); - void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool); + void run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame, nframes_t nframes, bool); bool feeds (boost::shared_ptr other) const; bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const; bool configure_io (ChanCount in, ChanCount out); - void set_block_size (nframes_t); + int set_block_size (nframes_t); boost::shared_ptr target_route() const { return _send_to; } const PBD::ID& target_id() const { return _send_to_id; }