From 47d86cf54d64ae2f65c7ffa961ccc583d33f3382 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Mon, 14 Aug 2017 16:14:42 -0500 Subject: Change the template pulldown menu into a tree list. Populate the Description view when a template is selected. --- libs/ardour/ardour/template_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/template_utils.h') 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& template_names); -- cgit v1.2.3