summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-02-14 22:47:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-02-14 22:47:50 +0000
commitc6740a61d766cef183525c1736ecb96496272fc2 (patch)
tree7f08a97c35bd829993227e7f993deb490fed4c91 /gtk2_ardour/route_ui.h
parentd56085060908f50be5f49021b04093596004b777 (diff)
track templates; indent fixes needed and will be forthcoming; minor fix for the curvetest hack
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4565 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index c468f843e3..a4bfda2d8e 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -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__ */