summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/search_paths.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-03-10 15:04:26 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-03-10 16:24:08 +0000
commitf372a661286bac38ec93a4c90cb8da056d856a0c (patch)
tree80a221af58ab4e6f2c7a186c51a1e35b6297bd05 /libs/ardour/ardour/search_paths.h
parentaa7c2ab5c23700b1ddc8bceec494dfe5393f0314 (diff)
Transfer 'panner_search_path()' into 'libs/ardour/search_paths.cc'
Diffstat (limited to 'libs/ardour/ardour/search_paths.h')
-rw-r--r--libs/ardour/ardour/search_paths.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/ardour/ardour/search_paths.h b/libs/ardour/ardour/search_paths.h
index 808d33ae2a..6de5db3ef0 100644
--- a/libs/ardour/ardour/search_paths.h
+++ b/libs/ardour/ardour/search_paths.h
@@ -80,6 +80,17 @@ namespace ARDOUR {
*/
LIBARDOUR_API PBD::Searchpath midi_patch_search_path ();
+ /**
+ * return a Searchpath containing directories in which to look for
+ * panner plugins.
+ *
+ * If ARDOUR_PANNER_PATH is defined then the Searchpath returned
+ * will contain only those directories specified in it, otherwise it will
+ * contain the user and system directories which may contain control
+ * surface plugins.
+ */
+ LIBARDOUR_API PBD::Searchpath panner_search_path ();
+
} // namespace ARDOUR
#endif /* __libardour_search_paths_h__ */