Merge remote-tracking branch 'origin/master' into export-dialog
[ardour.git] / libs / ardour / ardour / internal_send.h
index a7f0f73e6e0bfdc07047baaa537e22b1c0a03d4a..ea3d645754f668871e8215007c28c8f8e57993ba 100644 (file)
@@ -28,7 +28,7 @@ namespace ARDOUR {
 class InternalSend : public Send
 {
   public:
-       InternalSend (Session&, boost::shared_ptr<Pannable>, boost::shared_ptr<MuteMaster>, boost::shared_ptr<Route> send_to, Delivery::Role role);
+       InternalSend (Session&, boost::shared_ptr<Pannable>, boost::shared_ptr<MuteMaster>, boost::shared_ptr<Route> send_to, Delivery::Role role = Delivery::Aux, bool ignore_bitslot = false);
        virtual ~InternalSend ();
 
        std::string display_name() const;
@@ -70,6 +70,7 @@ class InternalSend : public Send
        int  connect_when_legal ();
        void init_gain ();
        int  use_target (boost::shared_ptr<Route>);
+       void target_io_changed ();
 };
 
 } // namespace ARDOUR