add slave,transport and event debugging traces
[ardour.git] / libs / ardour / ardour / send.h
index f9f13ee309f00da5a80355564b1969bbbcd70079..78a82820dfbd027400e914dfabbc7b43bd2180b0 100644 (file)
@@ -43,7 +43,7 @@ class Send : public Delivery
 
        uint32_t bit_slot() const { return _bitslot; }
 
-       bool visible() const;
+       bool display_to_user() const;
 
        boost::shared_ptr<Amp> amp() const { return _amp; }
        boost::shared_ptr<PeakMeter> meter() const { return _meter; }
@@ -57,7 +57,7 @@ class Send : public Delivery
 
        uint32_t pans_required() const { return _configured_input.n_audio(); }
 
-       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes);
+       void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool);
 
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
        bool configure_io (ChanCount in, ChanCount out);