summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/search_paths.h
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-03-10 14:33:15 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-03-10 16:24:06 +0000
commitff053653e1110eb6082a8f68972cedd0afeeb989 (patch)
treee94e916d93c303129e14d7998499f9aa154b33b6 /libs/ardour/ardour/search_paths.h
parentd1fd112bdf9fe445604fdd4f5bc6ad7ff64d5594 (diff)
Transfer 'ladspa_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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/ardour/ardour/search_paths.h b/libs/ardour/ardour/search_paths.h
index 149f233f09..83f730c35f 100644
--- a/libs/ardour/ardour/search_paths.h
+++ b/libs/ardour/ardour/search_paths.h
@@ -53,6 +53,16 @@ namespace ARDOUR {
*/
LIBARDOUR_API PBD::Searchpath export_formats_search_path ();
+ /**
+ * return a Searchpath containing directories in which to look for
+ * LADSPA plugins.
+ *
+ * If LADSPA_PATH is defined then the Searchpath returned
+ * will contain the directories specified in it as well as the
+ * user and system directories.
+ */
+ LIBARDOUR_API PBD::Searchpath ladspa_search_path ();
+
} // namespace ARDOUR
#endif /* __libardour_search_paths_h__ */