From aa7c2ab5c23700b1ddc8bceec494dfe5393f0314 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 10 Mar 2014 14:54:29 +0000 Subject: Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc' --- libs/ardour/ardour/search_paths.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libs/ardour/ardour/search_paths.h') diff --git a/libs/ardour/ardour/search_paths.h b/libs/ardour/ardour/search_paths.h index 9deaecddff..808d33ae2a 100644 --- a/libs/ardour/ardour/search_paths.h +++ b/libs/ardour/ardour/search_paths.h @@ -69,6 +69,17 @@ namespace ARDOUR { */ LIBARDOUR_API PBD::Searchpath lv2_bundled_search_path (); + /** + * return a Searchpath containing directories in which to look for + * MIDI patch files ("*.midnam") aka MIDNAM files + * + * If ARDOUR_MIDI_PATCH_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 midi_patch_search_path (); + } // namespace ARDOUR #endif /* __libardour_search_paths_h__ */ -- cgit v1.2.3