make it possible to (and actually do) name insert and send ports as "return" and...
[ardour.git] / libs / ardour / ardour / io_processor.h
index 574cef9993cc86c995c2dc4e013d3be5f73be996..3d59230b26d94abb61f32fb403c1d33efcc021be 100644 (file)
@@ -44,10 +44,10 @@ class IOProcessor : public Processor
 {
   public:
        IOProcessor (Session&, bool with_input, bool with_output,
-                         const std::string& proc_name, const std::string io_name="",
-                         ARDOUR::DataType default_type = DataType::AUDIO);
-       IOProcessor (Session&, boost::shared_ptr<IO> input, boost::shared_ptr<IO> output,
-                       const std::string& proc_name, ARDOUR::DataType default_type = DataType::AUDIO);
+                    const std::string& proc_name, const std::string io_name="",
+                    ARDOUR::DataType default_type = DataType::AUDIO, bool sendish=false);
+        IOProcessor (Session&, boost::shared_ptr<IO> input, boost::shared_ptr<IO> output,
+                    const std::string& proc_name, ARDOUR::DataType default_type = DataType::AUDIO);
        virtual ~IOProcessor ();
 
        bool set_name (const std::string& str);