Make port inserts work.
[ardour.git] / libs / ardour / ardour / delivery.h
index ef78c9bd45c9d8c0c9319609c7e3d34757ac899d..1b1a217466a79b72e57ac0856868bfa520546152 100644 (file)
@@ -61,12 +61,11 @@ public:
        bool set_name (const std::string& name);
        std::string display_name() const;
 
-       bool visible() const;
        Role role() const { return _role; }
        bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const;
        bool configure_io (ChanCount in, ChanCount out);
 
-       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);
 
        /* supplemental method used with MIDI */
 
@@ -89,7 +88,7 @@ public:
        static sigc::signal<void,nframes_t> CycleStart;
 
        XMLNode& state (bool full);
-       int set_state (const XMLNode&, int version = 3000);
+       int set_state (const XMLNode&, int version);
 
        /* Panning */