Redesign Session+Route Template Meta Script API
[ardour.git] / libs / ardour / ardour / template_utils.h
index dc56c53c445b39d4b992e2e50554d1fa6693d62b..07ba1d62ae178aed8aa0934328442ca3979f8306 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012 Paul Davis 
+    Copyright (C) 2012 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -37,10 +37,12 @@ namespace ARDOUR {
        struct LIBARDOUR_API TemplateInfo {
                std::string name;
                std::string path;
+               std::string description;
+               std::string created_with;
        };
 
        LIBARDOUR_API void find_route_templates (std::vector<TemplateInfo>& template_names);
-       LIBARDOUR_API void find_session_templates (std::vector<TemplateInfo>& template_names);
+       LIBARDOUR_API void find_session_templates (std::vector<TemplateInfo>& template_names, bool read_xml = false);
 
        LIBARDOUR_API std::string session_template_dir_to_file (std::string const &);