X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Ftemplate_utils.h;h=07ba1d62ae178aed8aa0934328442ca3979f8306;hb=e0a83a75;hp=dc56c53c445b39d4b992e2e50554d1fa6693d62b;hpb=36c233fe6ce570ce85224626ce7aba4a2607537f;p=ardour.git diff --git a/libs/ardour/ardour/template_utils.h b/libs/ardour/ardour/template_utils.h index dc56c53c44..07ba1d62ae 100644 --- a/libs/ardour/ardour/template_utils.h +++ b/libs/ardour/ardour/template_utils.h @@ -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& template_names); - LIBARDOUR_API void find_session_templates (std::vector& template_names); + LIBARDOUR_API void find_session_templates (std::vector& template_names, bool read_xml = false); LIBARDOUR_API std::string session_template_dir_to_file (std::string const &);