summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/template_utils.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-08-14 16:14:42 -0500
committerBen Loftis <ben@harrisonconsoles.com>2017-08-14 16:14:42 -0500
commit47d86cf54d64ae2f65c7ffa961ccc583d33f3382 (patch)
tree5d4ef1d0f153ccd8cfc51e4b8547724f79d46350 /libs/ardour/ardour/template_utils.h
parent0a0eec2adca785e6fff1b1e798bbded196188f4c (diff)
Change the template pulldown menu into a tree list. Populate the Description view when a template is selected.
Diffstat (limited to 'libs/ardour/ardour/template_utils.h')
-rw-r--r--libs/ardour/ardour/template_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h
index d89d0bcdaf..07ba1d62ae 100644
--- a/libs/ardour/ardour/template_utils.h
+++ b/libs/ardour/ardour/template_utils.h
@@ -38,6 +38,7 @@ namespace ARDOUR {
std::string name;
std::string path;
std::string description;
+ std::string created_with;
};
LIBARDOUR_API void find_route_templates (std::vector<TemplateInfo>& template_names);