track templates; indent fixes needed and will be forthcoming; minor fix for the curve...
[ardour.git] / gtk2_ardour / route_ui.h
index c468f843e390e32840a2d27ba7cd6af936d6038f..a4bfda2d8e9147b0b41a542f62a78d542a5e0c33 100644 (file)
@@ -89,6 +89,8 @@ class RouteUI : public virtual AxisView
        void ensure_xml_node ();
 
        XMLNode* get_child_xml_node (const string & childname);
+
+       void save_as_template ();
        
        bool mute_press(GdkEventButton*);
        bool mute_release(GdkEventButton*);
@@ -170,6 +172,8 @@ class RouteUI : public virtual AxisView
 
        void init ();
        void reset ();
+
+       void save_template (const std::string&);
 };
 
 #endif /* __ardour_route_ui__ */