improve caching of metric and tick patters
[ardour.git] / gtk2_ardour / processor_box.h
index 7d80abdc68c1ebff17c6e0d4e891add109b59653..a72eb3223dff0e76b09e2cbe97d0febc9b8c9ed2 100644 (file)
@@ -92,6 +92,9 @@ class ProcessorWindowProxy : public WM::ProxyBase
 
     bool marked;
 
+    void set_state (const XMLNode&);
+    XMLNode& get_state () const;
+
   private:
     ProcessorBox* _processor_box;
     boost::weak_ptr<ARDOUR::Processor> _processor;
@@ -255,6 +258,8 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
 
        void hide_things ();
 
+       bool edit_aux_send(boost::shared_ptr<ARDOUR::Processor>);
+
         /* Everything except a WindowProxy object should use this to get the window */
        Gtk::Window* get_processor_ui (boost::shared_ptr<ARDOUR::Processor>) const;