From 450edf64e77aac04285dbaf9fb36b6ee9cc1c46d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 22 Feb 2007 16:35:43 +0000 Subject: Updated lv2.h git-svn-id: http://svn.drobilla.net/lad/slv2@327 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/lv2.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/slv2/lv2.h b/slv2/lv2.h index 61d79c3..10ea542 100644 --- a/slv2/lv2.h +++ b/slv2/lv2.h @@ -179,8 +179,10 @@ typedef struct _LV2_Descriptor { * as the plugin descriptor from which this instantiate function was * found. This function must return NULL if instantiation fails. * - * BundlePath is a string of the path to the plugin's .lv2 bundle - * directory, it MUST NOT include the trailing /. + * BundlePath is a string of the path to the LV2 bundle which contains + * this plugin binary. It MUST include the trailing directory separator + * (e.g. '/') so that BundlePath + filename gives the path to a file + * in the bundle. * * HostFeatures is a NULL terminated array of the URIs of the LV2 * features that the host supports. Plugins may refuse to instantiate -- cgit v1.2.1