Tempo ramps - new (old) map solving strategy.
[ardour.git] / libs / ardour / ardour / search_paths.h
index 85ed2cbfd77f19e1f5dc39f14a0a6113e8cda90b..31305158525e32d956db42daa622e8bcb38a5805 100644 (file)
@@ -1,6 +1,6 @@
 /*
-    Copyright (C) 2011 Tim Mayberry 
-    Copyright (C) 2013 Paul Davis 
+    Copyright (C) 2011 Tim Mayberry
+    Copyright (C) 2013 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
@@ -21,6 +21,8 @@
 #ifndef __libardour_search_paths_h__
 #define __libardour_search_paths_h__
 
+#include "ardour/libardour_visibility.h"
+
 #include "pbd/search_path.h"
 
 namespace ARDOUR {
@@ -93,6 +95,26 @@ namespace ARDOUR {
         */
        LIBARDOUR_API PBD::Searchpath panner_search_path ();
 
+       /**
+        * return a Searchpath containing directories in which to look for
+        * route templates.
+        */
+       LIBARDOUR_API PBD::Searchpath route_template_search_path ();
+
+       /**
+        * return a Searchpath containing directories in which to look for
+        * other templates.
+        */
+       LIBARDOUR_API PBD::Searchpath template_search_path ();
+
+
+       /**
+        * return a Searchpath containing directories in which to look for
+        * lua scripts
+        */
+       LIBARDOUR_API PBD::Searchpath lua_search_path ();
+
+
 } // namespace ARDOUR
 
 #endif /* __libardour_search_paths_h__ */